Home
last modified time | relevance | path

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

/third_party/musl/src/ldso/
Ddl_iterate_phdr.c23 if (phdr->p_type == PT_PHDR) in static_dl_iterate_phdr()
/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.c125 if (phdr->p_type == PT_PHDR) in static_init_tls()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h255 #define PT_PHDR 6 /* Location of program header itself. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h255 #define PT_PHDR 6 /* Location of program header itself. */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h460 #define PT_PHDR 6 /* program header */ 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/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp52 ECase(PT_PHDR); in enumeration()
/third_party/musl/ldso/
Ddynlink.c1731 if (phdr->p_type == PT_PHDR) in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1747 if (phdr->p_type == PT_PHDR) in __dls3()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1747 if (phdr->p_type == PT_PHDR) in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1749 if (phdr->p_type == PT_PHDR) in __dls3()