Searched refs:AddressWidth (Results 1 – 1 of 1) sorted by relevance
2030 size_t AddressWidth = 2 * Obj.getBytesInAddress(); in printSectionHeaders() local2035 << left_justify("VMA", AddressWidth) << " " in printSectionHeaders()2036 << left_justify("LMA", AddressWidth) << " Type\n"; in printSectionHeaders()2039 << left_justify("VMA", AddressWidth) << " Type\n"; in printSectionHeaders()2064 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()2065 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()2070 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()