Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c2559 asection *stabsect; in read_section_stabs() local
2563 stabsect = bfd_get_section_by_name (abfd, sect_name); in read_section_stabs()
2564 if (stabsect == NULL) in read_section_stabs()
2570 size = bfd_section_size (abfd, stabsect); in read_section_stabs()
2573 if (! bfd_get_section_contents (abfd, stabsect, contents, 0, size)) in read_section_stabs()