Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:SizeWidth

2896   unsigned SizeWidth = ELFT::Is64Bits ? 8 : 7;
2919 FileSz = to_string(format_hex(Phdr.p_filesz, SizeWidth));
2920 MemSz = to_string(format_hex(Phdr.p_memsz, SizeWidth));