HomeSort by relevance Sort by last modified time
    Searched refs:i_shdrp (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 496 Elf_Internal_Shdr *i_shdrp; /* Section header table, internal form */
686 amt = sizeof (*i_shdrp) * i_ehdrp->e_shnum;
687 i_shdrp = (Elf_Internal_Shdr *) bfd_alloc (abfd, amt);
688 if (!i_shdrp)
692 amt = sizeof (i_shdrp) * num_sec;
697 memcpy (i_shdrp, &i_shdr, sizeof (*i_shdrp));
698 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++)
707 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex);
710 if (i_shdrp[shindex].sh_link >= num_sec
494 Elf_Internal_Shdr *i_shdrp; \/* Section header table, internal form *\/ local
990 Elf_Internal_Shdr **i_shdrp; \/* Section header table, internal form *\/ local
1046 Elf_Internal_Shdr **i_shdrp = elf_elfsections (abfd); local
    [all...]
elf.c 279 Elf_Internal_Shdr **i_shdrp; local
284 i_shdrp = elf_elfsections (abfd);
285 if (i_shdrp == 0
287 || i_shdrp[shindex] == 0)
290 shstrtab = i_shdrp[shindex]->contents;
294 offset = i_shdrp[shindex]->sh_offset;
295 shstrtabsize = i_shdrp[shindex]->sh_size;
311 i_shdrp[shindex]->sh_size = 0;
315 i_shdrp[shindex]->contents = shstrtab;
3034 Elf_Internal_Shdr **i_shdrp; local
5439 Elf_Internal_Shdr **i_shdrp; local
    [all...]

Completed in 318 milliseconds