Searched refs:AddressWidth (Results 1 – 2 of 2) sorted by relevance
2267 size_t AddressWidth = 2 * Obj.getBytesInAddress(); in printSectionHeaders() local2272 << 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()
1378 size_t AddressWidth = strlen("address"); in PrintDyldInfo() local1389 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()