Lines Matching refs:Address
426 uint64_t Address;
427 if (error(Symbol.getAddress(Address)))
429 if (Address == UnknownAddressOrSize)
431 Address -= SectionAddr;
432 if (Address >= SectSize)
438 Symbols.push_back(std::make_pair(Address, Name));
442 // Sort the symbols by address, just in case they didn't come in that way.
455 // Sort relocations by address.
501 // This symbol has the same address as the next symbol. Skip it.
545 // Stop when rel_cur's address is past the current instruction.
573 uint64_t address;
582 if (error(Reloc.getOffset(address)))
586 outs() << format(Fmt.data(), address) << " " << relocname << " "
595 "Idx Name Size Address Type\n";
601 uint64_t Address;
602 if (error(Section.getAddress(Address)))
617 Name.str().c_str(), Size, Address, Type.c_str());
737 uint64_t Address;
744 if (error(Symbol.getAddress(Address)))
757 if (Address == UnknownAddressOrSize)
758 Address = 0;
775 outs() << format(Fmt, Address) << " "