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.cpp2598 size_t AddressWidth = 2 * Obj.getBytesInAddress(); in printSectionHeaders() local
2603 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()
2604 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2607 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()
2629 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()
2630 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()
2635 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()
H A DMachODump.cpp1352 size_t AddressWidth = strlen("address"); in PrintDyldInfo() local
1363 AddressWidth = std::max(AddressWidth, HexLength(Entry.address()) + 2); in PrintDyldInfo()
1376 << left_justify("address", AddressWidth) << ' ' in PrintDyldInfo()
1383 << left_justify(utohexstr(Entry.address()), AddressWidth - 2) << ' ' in PrintDyldInfo()