Home
last modified time | relevance | path

Searched refs:PT_DYNAMIC (Results 1 - 25 of 49) sorted by relevance

12

/third_party/musl/ldso/
H A Ddlstart.c60 while (phnum-- && ph->p_type != PT_DYNAMIC) in _dlstart_c()
103 * virtual address in the PT_DYNAMIC program header. */ in _dlstart_c()
110 if (ph->p_type == PT_DYNAMIC) { in _dlstart_c()
/third_party/musl/src/ldso/
H A Ddl_iterate_phdr.c26 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_dl_iterate_phdr()
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dl_iterate_phdr_test.cpp53 if (phdr->p_type == PT_DYNAMIC) { in CallBack002()
/third_party/elfutils/tests/
H A Dshowptable.c82 [PT_DYNAMIC] = "DYNAMIC", in main()
H A Dalldts.c119 phdr[1].p_type = PT_DYNAMIC; in main()
/third_party/elfutils/backends/
H A Dppc_symbol.c108 if (phdr == NULL || phdr->p_type != PT_DYNAMIC) in find_dyn_got()
128 /* There is only one PT_DYNAMIC entry. */ in find_dyn_got()
/third_party/libunwind/libunwind/src/ia64/
H A DGfind_unwind_table.c48 /* If we have a PT_DYNAMIC program header, fetch the gp-value in find_gp()
122 case PT_DYNAMIC: in ia64_find_unwind_table()
H A DGtables.c506 else if (phdr->p_type == PT_DYNAMIC) in callback()
/third_party/musl/src/internal/linux/
H A Dvdso.c82 else if (ph->p_type == PT_DYNAMIC) in __get_vdso_info()
/third_party/musl/porting/linux/user/src/internal/
H A Dvdso.c82 else if (ph->p_type == PT_DYNAMIC) in __get_vdso_info()
/third_party/musl/src/internal/
H A Dvdso.c55 else if (ph->p_type == PT_DYNAMIC) in __vdsosym()
/third_party/libunwind/libunwind/src/dwarf/
H A DGfind_unwind_table.c89 case PT_DYNAMIC: in dwarf_find_unwind_table()
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c130 } else if (pt[i].p_type == PT_DYNAMIC) { in vdso_init_from_sysinfo_ehdr()
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c99 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
/third_party/musl/src/env/
H A D__init_tls.c133 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c126 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc207 case PT_DYNAMIC:
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs108 } else if phdr.p_type == PT_DYNAMIC { in init_from_sysinfo_ehdr()
/third_party/elfutils/libdwfl/
H A Dlink_map.c626 if (phdr->p_type == PT_DYNAMIC) in consider_executable()
785 /* If we found the phdr dimensions, search phdrs for PT_DYNAMIC. */ in dwfl_link_map_report()
966 else if (type == PT_DYNAMIC) in dwfl_link_map_report()
1008 /* If we found PT_DYNAMIC, search it for DT_DEBUG. */ in dwfl_link_map_report()
H A Dcore-file.c438 if (phdr->p_type == PT_DYNAMIC) in __libdwfl_dynamic_vaddr_get()
514 /* PT_NOTE -> NT_AUXV -> AT_PHDR -> PT_DYNAMIC -> DT_DEBUG */ in dwfl_core_file_report()
/third_party/libabigail/src/
H A 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/elfutils/src/
H A Delfclassify.c267 if (phdr->p_type == PT_DYNAMIC) in run_classify()
593 /* Without a PT_DYNAMIC segment the library cannot be loaded. */ in is_library()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp646 #define PT_DYNAMIC 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp509 if (Phdr.p_type == ELF::PT_DYNAMIC) { in dynamicEntries()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c660 if (ph->p_type == PT_DYNAMIC) { in map_library()
1393 if (ph->p_type == PT_DYNAMIC) { in kernel_mapped_dso()
1928 if (phdr->p_type == PT_DYNAMIC) in __dls3()

Completed in 20 milliseconds

12