Home
last modified time | relevance | path

Searched refs:PT_PHDR (Results 1 - 25 of 34) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
H A Dtls.rs26 PT_PHDR => base = phdrs.as_ptr().cast::<u8>().offset(-(phdr.p_vaddr as isize)),
/third_party/musl/src/ldso/
H A Ddl_iterate_phdr.c24 if (phdr->p_type == PT_PHDR) in static_dl_iterate_phdr()
/third_party/elfutils/tests/
H A Dupdate2.c99 phdr[0].p_type = PT_PHDR; in main()
H A Dshowptable.c86 [PT_PHDR] = "PHDR" in main()
H A Dupdate3.c108 phdr[0].p_type = PT_PHDR; in main()
H A Dalldts.c118 phdr[0].p_type = PT_PHDR; in main()
H A Dupdate4.c112 phdr[0].p_type = PT_PHDR; in main()
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c97 if (phdr->p_type == PT_PHDR) in static_init_tls()
/third_party/musl/src/env/
H A D__init_tls.c131 if (phdr->p_type == PT_PHDR) in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c124 if (phdr->p_type == PT_PHDR) in static_init_tls()
/third_party/elfio/tests/
H A 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/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp650 #define PT_PHDR 6 macro
/third_party/elfutils/libdwfl/
H A Dlink_map.c953 if (type == PT_PHDR) in dwfl_link_map_report()
/third_party/elfio/elfio/
H A Delfio.hpp794 if ( seg->get_type() == PT_PHDR && seg->get_sections_num() == 0 ) {
H A Delfio_dump.hpp418 { PT_PHDR, "PHDR" },
H A Delf_types.hpp966 constexpr Elf_Word PT_PHDR = 6; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/
H A DELF.h1189 PT_PHDR = 6, // The program header table itself. enumerator
/third_party/musl/porting/linux/user/include/
H A Delf.h601 #define PT_PHDR 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h599 #define PT_PHDR 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h599 #define PT_PHDR 6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h599 #define PT_PHDR 6 macro
/third_party/musl/include/
H A Delf.h612 #define PT_PHDR 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp52 ECase(PT_PHDR); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h723 #define PT_PHDR 6 /* Entry for header table itself */ macro

Completed in 129 milliseconds

12