Searched refs:AddressWidth (Results 1 – 1 of 1) sorted by relevance
1826 size_t AddressWidth = 2 * Obj->getBytesInAddress(); in printSectionHeaders() local1831 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()1832 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()1835 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()1857 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()1858 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()1863 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()