Searched refs:AddressWidth (Results 1 – 1 of 1) sorted by relevance
2346 size_t AddressWidth = 2 * Obj->getBytesInAddress(); in printSectionHeaders() local2352 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()2353 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()2358 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()2378 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()2379 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()2384 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()