Home
last modified time | relevance | path

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

123

/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()
/third_party/musl/src/ldso/
Ddl_iterate_phdr.c26 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_dl_iterate_phdr()
/third_party/elfutils/tests/
Dshowptable.c82 [PT_DYNAMIC] = "DYNAMIC", in main()
Dalldts.c119 phdr[1].p_type = PT_DYNAMIC; in main()
/third_party/elfutils/backends/
Dppc_symbol.c108 if (phdr == NULL || phdr->p_type != PT_DYNAMIC) in find_dyn_got()
/third_party/musl/src/internal/
Dvdso.c55 else if (ph->p_type == PT_DYNAMIC) in __vdsosym()
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c82 else if (ph->p_type == PT_DYNAMIC) in __get_vdso_info()
/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/rust/crates/rustix/src/backend/linux_raw/
Delf.rs35 pub(super) const PT_DYNAMIC: u32 = 2; constant
Dvdso.rs108 } else if phdr.p_type == PT_DYNAMIC { in init_from_sysinfo_ehdr()
/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.c126 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c130 } else if (pt[i].p_type == PT_DYNAMIC) { in vdso_init_from_sysinfo_ehdr()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc207 case PT_DYNAMIC: in Init()
/third_party/libunwind/src/dwarf/
DGfind_unwind_table.c146 case PT_DYNAMIC: in dwarf_find_unwind_table()
/third_party/libabigail/src/
Dabg-elf-helpers.cc1409 if (phdr == NULL || phdr->p_type != PT_DYNAMIC) in lookup_data_tag_from_dynamic_segment()
1517 if (phdr != NULL && phdr->p_type == PT_DYNAMIC) in get_soname_of_elf_file()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h251 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h251 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/third_party/elfutils/libdwfl/
Dlink_map.c623 if (phdr->p_type == PT_DYNAMIC) in consider_executable()
962 else if (type == PT_DYNAMIC) in dwfl_link_map_report()
Dcore-file.c438 if (phdr->p_type == PT_DYNAMIC) in __libdwfl_dynamic_vaddr_get()
/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/elfio/c_wrapper/
Delf_types_c_wrapper.hpp646 #define PT_DYNAMIC 2 macro
/third_party/elfutils/src/
Delfclassify.c267 if (phdr->p_type == PT_DYNAMIC) in run_classify()

123