Searched refs:rel_cur (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp462 std::vector<RelocationRef>::const_iterator rel_cur = Rels.begin(); local
509 while (rel_cur != rel_end) {
516 if (error(rel_cur->getHidden(hidden))) goto skip_print_rel;
519 if (error(rel_cur->getOffset(addr))) goto skip_print_rel;
520 // Stop when rel_cur's address is past the current instruction.
522 if (error(rel_cur->getTypeName(name))) goto skip_print_rel;
523 if (error(rel_cur->getValueString(val))) goto skip_print_rel;
529 ++rel_cur;

Completed in 88 milliseconds