Home | History | Annotate | Download | only in libutil++

Lines Matching refs:sect

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