Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:shdrs_end
(Results
1 - 3
of
3
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
elf-from-memory.c
125
GElf_Off
shdrs_end
;
in elf_from_remote_memory()
local
147
shdrs_end
= ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
in elf_from_remote_memory()
159
/* See the NOTE above for
shdrs_end
and ehdr.e32.e_shnum. */
in elf_from_remote_memory()
160
shdrs_end
= ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
in elf_from_remote_memory()
275
&& (GElf_Off) contents_size >=
shdrs_end
in elf_from_remote_memory()
279
if ((GElf_Off) contents_size <
shdrs_end
)
in elf_from_remote_memory()
280
contents_size =
shdrs_end
;
in elf_from_remote_memory()
319
if (contents_size <
shdrs_end
)
in elf_from_remote_memory()
H
A
D
dwfl_segment_report_module.c
358
GElf_Off
shdrs_end
;
in dwfl_segment_report_module()
local
406
shdrs_end
= ehdr.e32.e_shoff + ehdr.e32.e_shnum * sizeof (Elf32_Shdr);
in dwfl_segment_report_module()
419
/* See the NOTE above for
shdrs_end
and ehdr.e32.e_shnum. */
in dwfl_segment_report_module()
420
shdrs_end
= ehdr.e64.e_shoff + ehdr.e64.e_shnum * sizeof (Elf64_Shdr);
in dwfl_segment_report_module()
662
if (
shdrs_end
<= filesz_offset
in dwfl_segment_report_module()
663
&&
shdrs_end
> file_trimmed_end)
in dwfl_segment_report_module()
665
filesz +=
shdrs_end
- file_trimmed_end;
in dwfl_segment_report_module()
666
file_trimmed_end =
shdrs_end
;
in dwfl_segment_report_module()
965
const GElf_Off whole = MAX (file_trimmed_end,
shdrs_end
);
in dwfl_segment_report_module()
H
A
D
relocate.c
585
GElf_Off
shdrs_end
= shdrs_start + shnums * shentsize;
in relocate_section()
local
587
&& shdr->sh_offset <
shdrs_end
))
in relocate_section()
592
&& tshdr->sh_offset <
shdrs_end
))
in relocate_section()
Completed in 4 milliseconds