HomeSort by: relevance | last modified time | path
    Searched defs:stabcontents (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-ip2k.c 628 bfd_byte *stabcontents, *stabend, *stabp; local
636 stabcontents = elf_section_data (stab)->this_hdr.contents;
639 if (!bfd_malloc_and_get_section (abfd, stab, &stabcontents))
641 free (stabcontents);
646 elf_section_data (stab)->this_hdr.contents = stabcontents;
649 stabend = stabcontents + stab_size;
678 stabp = stabcontents + irel->r_offset - 8;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ip2k.c 628 bfd_byte *stabcontents, *stabend, *stabp; local
636 stabcontents = elf_section_data (stab)->this_hdr.contents;
639 if (!bfd_malloc_and_get_section (abfd, stab, &stabcontents))
641 free (stabcontents);
646 elf_section_data (stab)->this_hdr.contents = stabcontents;
649 stabend = stabcontents + stab_size;
678 stabp = stabcontents + irel->r_offset - 8;
  /src/external/gpl3/gdb/dist/bfd/
elf32-ip2k.c 628 bfd_byte *stabcontents, *stabend, *stabp; local
636 stabcontents = elf_section_data (stab)->this_hdr.contents;
639 if (!bfd_malloc_and_get_section (abfd, stab, &stabcontents))
641 free (stabcontents);
646 elf_section_data (stab)->this_hdr.contents = stabcontents;
649 stabend = stabcontents + stab_size;
678 stabp = stabcontents + irel->r_offset - 8;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ip2k.c 628 bfd_byte *stabcontents, *stabend, *stabp; local
636 stabcontents = elf_section_data (stab)->this_hdr.contents;
639 if (!bfd_malloc_and_get_section (abfd, stab, &stabcontents))
641 free (stabcontents);
646 elf_section_data (stab)->this_hdr.contents = stabcontents;
649 stabend = stabcontents + stab_size;
678 stabp = stabcontents + irel->r_offset - 8;

Completed in 32 milliseconds