Home
last modified time | relevance | path

Searched refs:PT_DYNAMIC (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/ldso/
Ddlstart.c60 while (phnum-- && ph->p_type != PT_DYNAMIC) in _dlstart_c()
110 if (ph->p_type == PT_DYNAMIC) { in _dlstart_c()
Ddynlink.c645 if (ph->p_type == PT_DYNAMIC) { in map_library()
1355 if (ph->p_type == PT_DYNAMIC) { in kernel_mapped_dso()
1865 if (phdr->p_type == PT_DYNAMIC) in __dls3()
/third_party/musl/src/ldso/
Ddl_iterate_phdr.c25 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_dl_iterate_phdr()
/third_party/musl/src/internal/
Dvdso.c55 else if (ph->p_type == PT_DYNAMIC) in __vdsosym()
/third_party/libunwind/src/ia64/
DGfind_unwind_table.c122 case PT_DYNAMIC: in ia64_find_unwind_table()
DGtables.c506 else if (phdr->p_type == PT_DYNAMIC) in callback()
/third_party/musl/src/env/
D__init_tls.c94 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c98 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c127 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
/third_party/uboot/u-boot-2020.01/tools/
Dprelink-riscv.inc58 if (target32_to_cpu(p->p_type) == PT_DYNAMIC) {
/third_party/libunwind/src/dwarf/
DGfind_unwind_table.c146 case PT_DYNAMIC: in dwarf_find_unwind_table()
DGfind_proc_info-lsb.c627 else if (phdr->p_type == PT_DYNAMIC) in dwarf_callback()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc207 case PT_DYNAMIC: in Init()
/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc207 case PT_DYNAMIC: in Init()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h251 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h251 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h456 #define PT_DYNAMIC 2 /* dynamic linking section */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp509 if (Phdr.p_type == ELF::PT_DYNAMIC) { in dynamicEntries()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1014 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1185 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c643 if (ph->p_type == PT_DYNAMIC) { in map_library()
1371 if (ph->p_type == PT_DYNAMIC) { in kernel_mapped_dso()
1888 if (phdr->p_type == PT_DYNAMIC) in __dls3()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c643 if (ph->p_type == PT_DYNAMIC) { in map_library()
1371 if (ph->p_type == PT_DYNAMIC) { in kernel_mapped_dso()
1888 if (phdr->p_type == PT_DYNAMIC) in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c651 if (ph->p_type == PT_DYNAMIC) { in map_library()
1373 if (ph->p_type == PT_DYNAMIC) { in kernel_mapped_dso()
1883 if (phdr->p_type == PT_DYNAMIC) in __dls3()
/third_party/musl/include/
Delf.h595 #define PT_DYNAMIC 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h595 #define PT_DYNAMIC 2 macro

12