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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delfcode.h500 Elf_Internal_Shdr *i_shdrp; /* Section header table, internal form */
744 amt = sizeof (*i_shdrp) * i_ehdrp->e_shnum;
745 i_shdrp = bfd_alloc (abfd, amt);
746 if (!i_shdrp)
752 amt = sizeof (i_shdrp) * num_sec;
757 memcpy (i_shdrp, &i_shdr, sizeof (*i_shdrp));
758 shdrp = i_shdrp;
765 elf_elfsections (abfd)[shindex] = i_shdrp;
776 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp
498 Elf_Internal_Shdr *i_shdrp; /* Section header table, internal form */ local
1055 Elf_Internal_Shdr **i_shdrp; /* Section header table, internal form */ local
[all...]
H A Delf.c253 Elf_Internal_Shdr **i_shdrp; local
258 i_shdrp = elf_elfsections (abfd);
259 if (i_shdrp == 0
261 || i_shdrp[shindex] == 0)
264 shstrtab = i_shdrp[shindex]->contents;
268 offset = i_shdrp[shindex]->sh_offset;
269 shstrtabsize = i_shdrp[shindex]->sh_size;
285 i_shdrp[shindex]->contents = shstrtab;
990 Elf_Internal_Shdr **i_shdrp; local
995 i_shdrp
3040 Elf_Internal_Shdr **i_shdrp; local
3526 _bfd_elf_assign_file_position_for_section(Elf_Internal_Shdr *i_shdrp, file_ptr offset, bfd_boolean align) argument
4970 Elf_Internal_Shdr **i_shdrp; /* Section header table, internal form */ local
5090 Elf_Internal_Shdr **i_shdrp; local
[all...]

Completed in 121 milliseconds