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