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

Lines Matching refs:sect

60 	asection const * sect;
156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
157 if (sect->flags & SEC_CODE) {
158 if (filepos_map[sect->name] != 0) {
159 cerr << "Found section \"" << sect->name
165 filepos_map[sect->name] = sect->filepos;