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
defs:phdr_size
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libunwind/libunwind/src/coredump/
H
A
D
_UCD_get_mapinfo_generic.c
29
_UCD_get_mapinfo(struct UCD_info *ui, coredump_phdr_t *phdrs, unsigned
phdr_size
)
in _UCD_get_mapinfo()
argument
H
A
D
_UCD_get_threadinfo_prstatus.c
87
_UCD_get_threadinfo(struct UCD_info *ui, coredump_phdr_t *phdrs, unsigned
phdr_size
)
in _UCD_get_threadinfo()
argument
H
A
D
_UCD_get_mapinfo_linux.c
114
_UCD_get_mapinfo(struct UCD_info *ui, coredump_phdr_t *phdrs, unsigned
phdr_size
)
in _UCD_get_mapinfo()
argument
/third_party/elfutils/libelf/
H
A
D
elf_getphdrnum.c
116
size_t
phdr_size
= (elf->class == ELFCLASS32
in __elf_getphdrnum_chk_rdlock()
local
H
A
D
elf32_updatefile.c
630
size_t
phdr_size
= sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum;
in __elfw2()
local
/third_party/elfutils/libdwfl/
H
A
D
elf-from-memory.c
201
size_t
phdr_size
= class32 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr);
in elf_from_remote_memory()
local
H
A
D
dwfl_module_getdwarf.c
396
size_t
phdr_size
= class32 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr);
in find_prelink_address_sync()
local
H
A
D
dwfl_segment_report_module.c
458
size_t
phdr_size
= class32 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr);
in dwfl_segment_report_module()
local
Completed in 9 milliseconds