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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c2125 asection *stabsect;
2129 stabsect = bfd_get_section_by_name (abfd, sect_name);
2130 if (stabsect == NULL)
2136 size = bfd_section_size (abfd, stabsect);
2139 if (! bfd_get_section_contents (abfd, stabsect, contents, 0, size))
2119 asection *stabsect; local
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c2639 asection *stabsect;
2643 stabsect = bfd_get_section_by_name (abfd, sect_name);
2644 if (stabsect == NULL)
2650 size = bfd_section_size (abfd, stabsect);
2653 if (! bfd_get_section_contents (abfd, stabsect, contents, 0, size))
2632 asection *stabsect; local

Completed in 101 milliseconds