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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c4704 Elf_Internal_Shdr **i_shdrpp;
4716 i_shdrpp = elf_elfsections (abfd);
4719 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++)
4751 || hdr == i_shdrpp[tdata->symtab_section]
4752 || hdr == i_shdrpp[tdata->symtab_shndx_section]
4753 || hdr == i_shdrpp[tdata->strtab_section])
4898 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd);
4909 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++)
4699 Elf_Internal_Shdr **i_shdrpp; local
4893 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd); local

Completed in 88 milliseconds