Home
last modified time | relevance | path

Searched refs:AddressWidth (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2267 size_t AddressWidth = 2 * Obj.getBytesInAddress(); in printSectionHeaders() local
2272 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()
2273 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2276 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2298 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()
2299 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()
2304 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()
H A DMachODump.cpp1378 size_t AddressWidth = strlen("address"); in PrintDyldInfo() local
1389 AddressWidth = std::max(AddressWidth, HexLength(Entry.address()) + 2); in PrintDyldInfo()
1402 << left_justify("address", AddressWidth) << ' ' in PrintDyldInfo()
1409 << left_justify(utohexstr(Entry.address()), AddressWidth - 2) << ' ' in PrintDyldInfo()