Home
last modified time | relevance | path

Searched refs:PT_PHDR (Results 1 – 25 of 41) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
Dtls.rs26 PT_PHDR => base = phdrs.as_ptr().cast::<u8>().offset(-(phdr.p_vaddr as isize)), in startup_tls_info()
/third_party/musl/src/ldso/
Ddl_iterate_phdr.c24 if (phdr->p_type == PT_PHDR) in static_dl_iterate_phdr()
/third_party/elfutils/tests/
Dshowptable.c86 [PT_PHDR] = "PHDR" in main()
Dupdate2.c99 phdr[0].p_type = PT_PHDR; in main()
Dupdate3.c108 phdr[0].p_type = PT_PHDR; in main()
Dalldts.c118 phdr[0].p_type = PT_PHDR; in main()
Dupdate4.c112 phdr[0].p_type = PT_PHDR; in main()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs37 pub(super) const PT_PHDR: u32 = 6; constant
/third_party/musl/src/env/
D__init_tls.c92 if (phdr->p_type == PT_PHDR) in static_init_tls()
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c96 if (phdr->p_type == PT_PHDR) in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c124 if (phdr->p_type == PT_PHDR) in static_init_tls()
/third_party/elfio/tests/
DELFIOTest.cpp243 checkSegment( seg, PT_PHDR, 0x08048034, 0x08048034, 0x000e0, 0x000e0, in TEST()
354 checkSegment( seg, PT_PHDR, 0x0000000000400040, 0x0000000000400040, in TEST()
647 checkSegment( seg, PT_PHDR, 0x10000034, 0x10000034, 0x00100, 0x00100, in TEST()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h255 #define PT_PHDR 6 /* Location of program header itself. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h255 #define PT_PHDR 6 /* Location of program header itself. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp650 #define PT_PHDR 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1018 PT_PHDR = 6, // The program header table itself. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1189 PT_PHDR = 6, // The program header table itself. enumerator
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt753 PT_PHDR
/third_party/elfio/elfio/
Delfio.hpp794 if ( seg->get_type() == PT_PHDR && seg->get_sections_num() == 0 ) { in layout_segments_and_their_sections()
Delfio_dump.hpp418 { PT_PHDR, "PHDR" },
/third_party/elfutils/libdwfl/
Dlink_map.c949 if (type == PT_PHDR) in dwfl_link_map_report()
/third_party/musl/ndk_musl_include/
Delf.h599 #define PT_PHDR 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h599 #define PT_PHDR 6 macro
/third_party/musl/include/
Delf.h599 #define PT_PHDR 6 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h599 #define PT_PHDR 6 macro

12