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

Lines Matching refs:next

160 	for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
268 // between the vma of a symbol and the next one.
270 op_bfd_symbol const * next = 0;
274 next = &*temp;
275 it->size(symbol_size(*it, next));
305 for (; sect; sect = sect->next) {
307 (!sect->next || offset < bfd_vma(sect->next->filepos))) {
389 op_bfd_symbol const * next) const
394 if (next && (sym.section() != next->section()))
397 end = next ? next->filepos() : file_size;