Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1379 size_t AddendWidth = strlen("addend"); in PrintDyldInfo() local
1391 AddendWidth = std::max(AddendWidth, HexLength(Entry.addend()) + 2); in PrintDyldInfo()
1404 << left_justify("addend", AddendWidth) << ' ' in PrintDyldInfo()
1413 << "0x" << left_justify(utohexstr(Entry.addend()), AddendWidth - 2) in PrintDyldInfo()
1422 outs().indent(AddendWidth + DylibWidth + 2); in PrintDyldInfo()