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

/bionic/linker/
H A Dlinker.cpp422 dl_info.dlpi_phnum = si->phnum;
794 si->phnum = elf_reader.phdr_count();
1677 int phnum = si->phnum; local
1689 phdr_table_get_dynamic_section(phdr, phnum, base, &si->dynamic,
1703 (void) phdr_table_get_arm_exidx(phdr, phnum, base,
1948 if (phdr_table_unprotect_segments(si->phdr, si->phnum, si->load_bias) < 0) {
1996 if (phdr_table_protect_segments(si->phdr, si->phnum, si->load_bias) < 0) {
2005 if (phdr_table_protect_gnu_relro(si->phdr, si->phnum, si->load_bias) < 0) {
2013 if (phdr_table_serialize_gnu_relro(si->phdr, si->phnum, s
[all...]
H A Dlinker.h117 size_t phnum; member in struct:soinfo

Completed in 207 milliseconds