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:Elf32_Phdr
(Results
1 - 25
of
46
) sorted by relevance
1
2
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
b32.rs
7
pub type Elf_Phdr = ::
Elf32_Phdr
;
10
pub struct
Elf32_Phdr
{
structure names
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
x86.rs
7
pub type
Elf32_Phdr
= __c_anonymous_Elf32_Phdr;
types
24
pub dlpi_phdr: *const ::
Elf32_Phdr
,
/third_party/elfutils/libdwfl/
H
A
D
elf-from-memory.c
140
if (phentsize != sizeof (
Elf32_Phdr
) || phnum == 0)
in elf_from_remote_memory()
201
size_t phdr_size = class32 ? sizeof (
Elf32_Phdr
) : sizeof (Elf64_Phdr);
in elf_from_remote_memory()
224
Elf32_Phdr
(*p32)[phnum] = phdrsp;
in elf_from_remote_memory()
H
A
D
link_map.c
40
#define PROBE_VAL32 sizeof (
Elf32_Phdr
)
791
&& ((elfclass == ELFCLASS32 && phent == sizeof (
Elf32_Phdr
))
in dwfl_link_map_report()
902
Elf32_Phdr
(*p32)[phnum] = buf;
in dwfl_link_map_report()
929
? __alignof__ (
Elf32_Phdr
)
in dwfl_link_map_report()
H
A
D
dwfl_segment_report_module.c
399
if (phentsize != sizeof (
Elf32_Phdr
))
in dwfl_segment_report_module()
458
size_t phdr_size = class32 ? sizeof (
Elf32_Phdr
) : sizeof (Elf64_Phdr);
in dwfl_segment_report_module()
473
? __alignof__ (
Elf32_Phdr
)
in dwfl_segment_report_module()
500
Elf32_Phdr
*p32 = phdrsp;
in dwfl_segment_report_module()
/third_party/elfutils/libelf/
H
A
D
libelfP.h
342
Elf32_Phdr
*phdr; /* Pointer to the program header array. */
494
extern
Elf32_Phdr
*__elf32_getphdr_internal (Elf *__elf) attribute_hidden;
496
extern
Elf32_Phdr
*__elf32_getphdr_wrlock (Elf *__elf) attribute_hidden;
498
extern
Elf32_Phdr
*__elf32_newphdr_internal (Elf *__elf, size_t __cnt)
H
A
D
gelf_getphdr.c
66
Elf32_Phdr
*phdr = elf->state.elf32.phdr;
in gelf_getphdr()
H
A
D
libelf.h
271
extern
Elf32_Phdr
*elf32_getphdr (Elf *__elf);
276
extern
Elf32_Phdr
*elf32_newphdr (Elf *__elf, size_t __cnt);
H
A
D
elf_getphdrnum.c
117
? sizeof (
Elf32_Phdr
) : sizeof (Elf64_Phdr));
in __elf_getphdrnum_chk_rdlock()
H
A
D
gelf_update_phdr.c
58
Elf32_Phdr
*phdr = elf->state.elf32.phdr;
in gelf_update_phdr()
/third_party/elfutils/tests/
H
A
D
newfile.c
156
VALUE_TEST (e_phentsize, (int) sizeof (
Elf32_Phdr
));
in main()
H
A
D
update2.c
40
Elf32_Phdr
*phdr;
in main()
H
A
D
elfshphehdr.c
146
? sizeof (
Elf32_Phdr
) : sizeof (Elf64_Phdr));
in test()
H
A
D
update3.c
42
Elf32_Phdr
*phdr;
in main()
H
A
D
alldts.c
111
Elf32_Phdr
*phdr = elf32_newphdr (elf, 2);
in main()
/third_party/musl/src/internal/linux/
H
A
D
vdso.c
28
typedef
Elf32_Phdr
Phdr;
/third_party/musl/porting/linux/user/src/internal/
H
A
D
vdso.c
28
typedef
Elf32_Phdr
Phdr;
H
A
D
dynlink.h
17
typedef
Elf32_Phdr
Phdr;
/third_party/musl/src/internal/
H
A
D
vdso.c
13
typedef
Elf32_Phdr
Phdr;
H
A
D
dynlink.h
23
typedef
Elf32_Phdr
Phdr;
/third_party/elfio/elfio/
H
A
D
elfio_header.hpp
63
using Phdr_type =
Elf32_Phdr
;
H
A
D
elfio.hpp
467
segment_impl<
Elf32_Phdr
>( &convertor, &addr_translator ) );
566
entry_size < sizeof(
Elf32_Phdr
) ) ) {
578
new ( std::nothrow ) segment_impl<
Elf32_Phdr
>(
/third_party/libunwind/libunwind/src/coredump/
H
A
D
_UCD_create.c
156
Elf32_Phdr
hdr32;
in _UCD_create()
/third_party/musl/porting/linux/user/src/env/
H
A
D
__init_tls.c
80
typedef
Elf32_Phdr
Phdr;
/third_party/musl/src/env/
H
A
D
__init_tls.c
114
typedef
Elf32_Phdr
Phdr;
Completed in 15 milliseconds
1
2