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

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c4682 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd);
4685 while (i_shdrpp[i]->bfd_section != m->sections[0])
4688 (i_shdrpp[i], off, TRUE));
4926 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd);
4943 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++)
4979 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++)
5009 || hdr == i_shdrpp[tdata->symtab_section]
5010 || hdr == i_shdrpp[tdata->symtab_shndx_section]
5011 || hdr == i_shdrpp[tdata->strtab_section])
4677 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd); local
4921 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd); local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c4270 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd);
4287 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++)
4323 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++)
4348 else if (hdr == i_shdrpp[tdata->symtab_section]
4349 || hdr == i_shdrpp[tdata->symtab_shndx_section]
4350 || hdr == i_shdrpp[tdata->strtab_section])
4265 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd); local

Completed in 196 milliseconds