HomeSort by relevance Sort by last modified time
    Searched full:shindex (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
elfcode.h 498 unsigned int shindex;
698 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++)
699 elf_elfsections (abfd)[shindex] = shdrp++;
703 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++)
707 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex);
710 if (i_shdrp[shindex].sh_link >= num_sec
496 unsigned int shindex; local
    [all...]
elf.c 277 bfd_elf_get_str_section (bfd *abfd, unsigned int shindex)
286 || shindex >= elf_numsections (abfd)
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;
312 i_shdrp[shindex]->sh_size = 0;
316 i_shdrp[shindex]->contents = shstrtab;
323 unsigned int shindex,
331 if (elf_elfsections (abfd) == NULL || shindex >= elf_numsections (abfd)
519 unsigned int shindex = symtab_hdr->sh_link; local
2259 abfd, hdr->sh_link, name, shindex)); local
    [all...]
elf32-sh64.c 268 const char *name, int shindex)
293 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
elf32-i370.c 378 int shindex)
383 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
    [all...]
elf32-msp430.c     [all...]
elf32-v850.c     [all...]
elf64-hppa.c 369 int shindex)
387 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
    [all...]
elf64-ia64-vms.c     [all...]
elfnn-ia64.c 893 int shindex)
915 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
    [all...]
elf64-alpha.c     [all...]
elf-bfd.h     [all...]
elf64-x86-64.c     [all...]
elfnn-aarch64.c     [all...]
elf32-ppc.c     [all...]
elfxx-mips.c     [all...]
ChangeLog-2005     [all...]

Completed in 757 milliseconds