Searched refs:AddressWidth (Results 1 – 1 of 1) sorted by relevance
1745 size_t AddressWidth = 2 * Obj->getBytesInAddress(); in printSectionHeaders() local1750 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()1751 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()1754 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()1774 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()1775 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()1780 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()