Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c4677 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd); in assign_file_positions_for_segments() local
4680 while (i_shdrpp[i]->bfd_section != m->sections[0]) in assign_file_positions_for_segments()
4683 (i_shdrpp[i], off, TRUE)); in assign_file_positions_for_segments()
4921 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd); in assign_file_positions_except_relocs() local
4938 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++) in assign_file_positions_except_relocs()
4974 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++) in assign_file_positions_except_relocs()
5004 || hdr == i_shdrpp[tdata->symtab_section] in assign_file_positions_except_relocs()
5005 || hdr == i_shdrpp[tdata->symtab_shndx_section] in assign_file_positions_except_relocs()
5006 || hdr == i_shdrpp[tdata->strtab_section]) in assign_file_positions_except_relocs()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c4265 Elf_Internal_Shdr ** const i_shdrpp = elf_elfsections (abfd); in assign_file_positions_except_relocs() local
4282 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++) in assign_file_positions_except_relocs()
4318 for (i = 1, hdrpp = i_shdrpp + 1; i < num_sec; i++, hdrpp++) in assign_file_positions_except_relocs()
4343 else if (hdr == i_shdrpp[tdata->symtab_section] in assign_file_positions_except_relocs()
4344 || hdr == i_shdrpp[tdata->symtab_shndx_section] in assign_file_positions_except_relocs()
4345 || hdr == i_shdrpp[tdata->strtab_section]) in assign_file_positions_except_relocs()