Searched refs:phnum (Results 1 – 2 of 2) sorted by relevance
/bionic/linker/ |
D | linker.cpp | 363 dl_info.dlpi_phnum = si->phnum; in do_dl_iterate_phdr() 1308 si->phnum = elf_reader.phdr_count(); in load_library() 1933 if (phdr_table_protect_segments(phdr, phnum, load_bias) < 0) { in relocate() 1943 if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) { in relocate() 1992 if (phdr_table_protect_segments(phdr, phnum, load_bias) < 0) { in relocate() 2003 if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) { in relocate() 2493 phdr_table_get_dynamic_section(phdr, phnum, load_bias, &dynamic, &dynamic_flags); in prelink_image() 2514 (void) phdr_table_get_arm_exidx(phdr, phnum, load_bias, in prelink_image() 2946 if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) { in link_image() 3025 if (phdr_table_protect_segments(phdr, phnum, load_bias) < 0) { in link_image() [all …]
|
D | linker.h | 181 size_t phnum; member
|