/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/ |
D | tls.rs | 26 PT_PHDR => base = phdrs.as_ptr().cast::<u8>().offset(-(phdr.p_vaddr as isize)), in startup_tls_info()
|
/third_party/musl/src/ldso/ |
D | dl_iterate_phdr.c | 24 if (phdr->p_type == PT_PHDR) in static_dl_iterate_phdr()
|
/third_party/elfutils/tests/ |
D | showptable.c | 86 [PT_PHDR] = "PHDR" in main()
|
D | update2.c | 99 phdr[0].p_type = PT_PHDR; in main()
|
D | update3.c | 108 phdr[0].p_type = PT_PHDR; in main()
|
D | alldts.c | 118 phdr[0].p_type = PT_PHDR; in main()
|
D | update4.c | 112 phdr[0].p_type = PT_PHDR; in main()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 37 pub(super) const PT_PHDR: u32 = 6; constant
|
/third_party/musl/src/env/ |
D | __init_tls.c | 92 if (phdr->p_type == PT_PHDR) in static_init_tls()
|
/third_party/musl/porting/linux/user/src/env/ |
D | __init_tls.c | 96 if (phdr->p_type == PT_PHDR) in static_init_tls()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 124 if (phdr->p_type == PT_PHDR) in static_init_tls()
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 243 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/ |
D | freebsd-elf_common.h | 255 #define PT_PHDR 6 /* Location of program header itself. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 255 #define PT_PHDR 6 /* Location of program header itself. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 650 #define PT_PHDR 6 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1018 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/ |
D | ELF.h | 1189 PT_PHDR = 6, // The program header table itself. enumerator
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 753 PT_PHDR
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 794 if ( seg->get_type() == PT_PHDR && seg->get_sections_num() == 0 ) { in layout_segments_and_their_sections()
|
D | elfio_dump.hpp | 418 { PT_PHDR, "PHDR" },
|
/third_party/elfutils/libdwfl/ |
D | link_map.c | 949 if (type == PT_PHDR) in dwfl_link_map_report()
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 599 #define PT_PHDR 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 599 #define PT_PHDR 6 macro
|
/third_party/musl/include/ |
D | elf.h | 599 #define PT_PHDR 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 599 #define PT_PHDR 6 macro
|