Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2817 size_t AddressWidth = 2 * Obj.getBytesInAddress(); in printSectionHeaders() local
2822 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()
2823 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2826 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2848 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()
2849 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()
2854 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()
H A DMachODump.cpp1348 size_t AddressWidth = strlen("address"); in PrintDyldInfo() local
1359 AddressWidth = std::max(AddressWidth, HexLength(Entry.address()) + 2); in PrintDyldInfo()
1372 << left_justify("address", AddressWidth) << ' ' in PrintDyldInfo()
1379 << left_justify(utohexstr(Entry.address()), AddressWidth - 2) << ' ' in PrintDyldInfo()