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

Lines Matching refs:format_hex_no_prefix

2485   Offset = to_string(format_hex_no_prefix(R.r_offset, Width));
2486 Info = to_string(format_hex_no_prefix(R.r_info, Width));
2493 Value = to_string(format_hex_no_prefix(Sym->getValue(), Width));
2672 Address = to_string(format_hex_no_prefix(Sec.sh_addr, Width));
2674 Offset = to_string(format_hex_no_prefix(Sec.sh_offset, 6));
2676 Size = to_string(format_hex_no_prefix(Sec.sh_size, 6));
2678 EntrySize = to_string(format_hex_no_prefix(Sec.sh_entsize, 2));
2747 to_string(format_hex_no_prefix(SectionIndex, 4)) + "]";
2751 to_string(format_hex_no_prefix(SectionIndex, 4)) + "]";
2756 to_string(format_hex_no_prefix(SectionIndex, 4)) + "]";
2789 Value = to_string(format_hex_no_prefix(Symbol->st_value, Width));
2979 Offset = to_string(format_hex_no_prefix(R.r_offset, Width));
2980 Info = to_string(format_hex_no_prefix(R.r_info, Width));
2981 Value = to_string(format_hex_no_prefix(Sym->getValue(), Width));
2994 Addend += to_string(format_hex_no_prefix(std::abs(RelAddend), 1));