Home
last modified time | relevance | path

Searched refs:phnum (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker.cpp363 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 …]
Dlinker.h181 size_t phnum; member