Lines Matching refs:phnum
445 dl_info.dlpi_phnum = si->phnum;
638 si_->phnum = elf_reader.phdr_count();
862 for (size_t i = 0; i != si->phnum; ++i) {
1806 __libc_shared_globals()->load_hook(si->load_bias, si->phdr, si->phnum);
1948 __libc_shared_globals()->unload_hook(si->load_bias, si->phdr, si->phnum);
2840 phdr_table_get_dynamic_section(phdr, phnum, load_bias, &dynamic, &dynamic_flags);
2861 (void) phdr_table_get_arm_exidx(phdr, phnum, load_bias,
2866 if (__bionic_get_tls_segment(phdr, phnum, load_bias, &tls_segment)) {
3366 if (phdr_table_unprotect_segments(phdr, phnum, load_bias, should_pad_segments_) < 0) {
3382 if (phdr_table_protect_segments(phdr, phnum, load_bias, should_pad_segments_) < 0) {
3398 if (phdr_table_serialize_gnu_relro(phdr, phnum, load_bias,
3405 if (phdr_table_map_gnu_relro(phdr, phnum, load_bias,
3420 if (phdr_table_protect_gnu_relro(phdr, phnum, load_bias, should_pad_segments_) < 0) {
3541 const char *interp = phdr_table_get_interpreter_name(somain->phdr, somain->phnum,