Lines Matching refs:sect
81 asection * sect; in get_debug_link_info() local
84 sect = bfd_get_section_by_name(ibfd, ".gnu_debuglink"); in get_debug_link_info()
86 if (sect == NULL) in get_debug_link_info()
89 bfd_size_type debuglink_size = bfd_section_size(ibfd, sect); in get_debug_link_info()
94 if (!bfd_get_section_contents(ibfd, sect, in get_debug_link_info()
413 for (asection const * sect = abfd->sections; sect; sect = sect->next) { in has_debug_info() local
414 if (sect->flags & SEC_DEBUGGING) in has_debug_info()
458 for (bfd_section * sect = image_bfd->sections; in translate_debuginfo_syms() local
459 sect && img_sect_cnt < image_bfd->section_count; in translate_debuginfo_syms()
460 sect = sect->next) { in translate_debuginfo_syms()
462 if (strstr(sect->name, ".comment") == sect->name) in translate_debuginfo_syms()
464 image_sections.insert(pair<string, bfd_section *>(sect->name, sect)); in translate_debuginfo_syms()