/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/ |
H A D | tls.rs | 26 PT_PHDR => base = phdrs.as_ptr().cast::<u8>().offset(-(phdr.p_vaddr as isize)),
|
/third_party/musl/src/ldso/ |
H A D | dl_iterate_phdr.c | 24 if (phdr->p_type == PT_PHDR) in static_dl_iterate_phdr()
|
/third_party/elfutils/tests/ |
H A D | update2.c | 99 phdr[0].p_type = PT_PHDR; in main()
|
H A D | showptable.c | 86 [PT_PHDR] = "PHDR" in main()
|
H A D | update3.c | 108 phdr[0].p_type = PT_PHDR; in main()
|
H A D | alldts.c | 118 phdr[0].p_type = PT_PHDR; in main()
|
H A D | update4.c | 112 phdr[0].p_type = PT_PHDR; in main()
|
/third_party/musl/porting/linux/user/src/env/ |
H A D | __init_tls.c | 97 if (phdr->p_type == PT_PHDR) in static_init_tls()
|
/third_party/musl/src/env/ |
H A D | __init_tls.c | 131 if (phdr->p_type == PT_PHDR) in static_init_tls()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __init_tls.c | 124 if (phdr->p_type == PT_PHDR) in static_init_tls()
|
/third_party/elfio/tests/ |
H A 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/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 650 #define PT_PHDR 6 macro
|
/third_party/elfutils/libdwfl/ |
H A D | link_map.c | 953 if (type == PT_PHDR) in dwfl_link_map_report()
|
/third_party/elfio/elfio/ |
H A D | elfio.hpp | 794 if ( seg->get_type() == PT_PHDR && seg->get_sections_num() == 0 ) {
|
H A D | elfio_dump.hpp | 418 { PT_PHDR, "PHDR" },
|
H A D | elf_types.hpp | 966 constexpr Elf_Word PT_PHDR = 6; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A 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/ |
H A D | ELF.h | 1189 PT_PHDR = 6, // The program header table itself. enumerator
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 601 #define PT_PHDR 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 599 #define PT_PHDR 6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 599 #define PT_PHDR 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 599 #define PT_PHDR 6 macro
|
/third_party/musl/include/ |
H A D | elf.h | 612 #define PT_PHDR 6 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 52 ECase(PT_PHDR); in enumeration()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 723 #define PT_PHDR 6 /* Entry for header table itself */ macro
|