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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-ip2k.c629 bfd_byte *stabcontents, *stabend, *stabp; local
637 stabcontents = elf_section_data (stab)->this_hdr.contents;
640 if (!bfd_malloc_and_get_section (abfd, stab, &stabcontents))
642 if (stabcontents != NULL)
643 free (stabcontents);
648 elf_section_data (stab)->this_hdr.contents = stabcontents;
651 stabend = stabcontents + stab_size;
680 stabp = stabcontents + irel->r_offset - 8;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-ip2k.c629 bfd_byte *stabcontents, *stabend, *stabp; local
637 stabcontents = elf_section_data (stab)->this_hdr.contents;
640 if (!bfd_malloc_and_get_section (abfd, stab, &stabcontents))
642 if (stabcontents != NULL)
643 free (stabcontents);
648 elf_section_data (stab)->this_hdr.contents = stabcontents;
651 stabend = stabcontents + stab_size;
680 stabp = stabcontents + irel->r_offset - 8;

Completed in 91 milliseconds