Home
last modified time | relevance | path

Searched refs:AddendWidth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1353 size_t AddendWidth = strlen("addend"); in PrintDyldInfo() local
1365 AddendWidth = std::max(AddendWidth, HexLength(Entry.addend()) + 2); in PrintDyldInfo()
1378 << left_justify("addend", AddendWidth) << ' ' in PrintDyldInfo()
1387 << "0x" << left_justify(utohexstr(Entry.addend()), AddendWidth - 2) in PrintDyldInfo()
1396 outs().indent(AddendWidth + DylibWidth + 2); in PrintDyldInfo()