/third_party/musl/ldso/ |
D | dlstart.c | 60 while (phnum-- && ph->p_type != PT_DYNAMIC) in _dlstart_c() 110 if (ph->p_type == PT_DYNAMIC) { in _dlstart_c()
|
D | dynlink.c | 645 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/ |
D | dl_iterate_phdr.c | 25 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_dl_iterate_phdr()
|
/third_party/musl/src/internal/ |
D | vdso.c | 55 else if (ph->p_type == PT_DYNAMIC) in __vdsosym()
|
/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 122 case PT_DYNAMIC: in ia64_find_unwind_table()
|
D | Gtables.c | 506 else if (phdr->p_type == PT_DYNAMIC) in callback()
|
/third_party/musl/src/env/ |
D | __init_tls.c | 94 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
|
/third_party/musl/porting/linux/user/src/env/ |
D | __init_tls.c | 98 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 127 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | prelink-riscv.inc | 58 if (target32_to_cpu(p->p_type) == PT_DYNAMIC) {
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 146 case PT_DYNAMIC: in dwarf_find_unwind_table()
|
D | Gfind_proc_info-lsb.c | 627 else if (phdr->p_type == PT_DYNAMIC) in dwarf_callback()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 207 case PT_DYNAMIC: in Init()
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 207 case PT_DYNAMIC: in Init()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 251 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 251 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | elf.h | 456 #define PT_DYNAMIC 2 /* dynamic linking section */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 509 if (Phdr.p_type == ELF::PT_DYNAMIC) { in dynamicEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1014 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1185 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 643 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/ |
D | dynlink.c | 643 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/ |
D | dynlink.c | 651 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/ |
D | elf.h | 595 #define PT_DYNAMIC 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 595 #define PT_DYNAMIC 2 macro
|