Home | History | Annotate | Download | only in llvm-objdump

Lines Matching defs:Address

310         uint64_t Address;
311 if (error(Symbol.getAddress(Address)))
313 if (Address == UnknownAddressOrSize)
315 Address -= SectionAddr;
316 if (Address >= SectSize)
322 Symbols.push_back(std::make_pair(Address, Name));
326 // Sort the symbols by address, just in case they didn't come in that way.
339 // Sort relocations by address.
381 // If this symbol has the same address as the next symbol, then skip it.
426 // Stop when rel_cur's address is past the current instruction.
459 uint64_t address;
468 if (error(Reloc.getOffset(address)))
472 outs() << format(Fmt.data(), address) << " " << relocname << " "
481 "Idx Name Size Address Type\n";
487 uint64_t Address = Section.getAddress();
495 Name.str().c_str(), Size, Address, Type.c_str());
612 uint64_t Address;
619 if (error(Symbol.getAddress(Address)))
637 Address = Size;
640 if (Address == UnknownAddressOrSize)
641 Address = 0;
658 outs() << format(Fmt, Address) << " "