Searched refs:phnum (Results 1 – 4 of 4) sorted by relevance
/bionic/linker/ |
D | linker_main.cpp | 155 si->phnum = ehdr_vdso->e_phnum; in add_vdso() 157 si->size = phdr_table_get_load_size(si->phdr, si->phnum); in add_vdso() 317 si->phnum = args.getauxval(AT_PHNUM); 324 si->size = phdr_table_get_load_size(si->phdr, si->phnum); 326 for (size_t i = 0; i < si->phnum; ++i) { 537 linker_so.phnum = elf_hdr->e_phnum;
|
D | linker.cpp | 400 dl_info.dlpi_phnum = si->phnum; in do_dl_iterate_phdr() 661 si_->phnum = elf_reader.phdr_count(); in load() 2782 if (phdr_table_protect_segments(phdr, phnum, load_bias) < 0) { in relocate() 2797 if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) { in relocate() 2846 if (phdr_table_protect_segments(phdr, phnum, load_bias) < 0) { in relocate() 2857 if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) { in relocate() 3055 phdr_table_get_dynamic_section(phdr, phnum, load_bias, &dynamic, &dynamic_flags); in prelink_image() 3076 (void) phdr_table_get_arm_exidx(phdr, phnum, load_bias, in prelink_image() 3575 if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) { in link_image() 3660 if (phdr_table_protect_segments(phdr, phnum, load_bias) < 0) { in link_image() [all …]
|
D | linker_mips.cpp | 247 for (size_t i = 0; i<phnum; ++i) { in mips_check_and_adjust_fp_modes()
|
D | linker_soinfo.h | 114 size_t phnum; member
|