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

Lines Matching refs:printHex

504   W.printHex("Address", Sec->sh_addr);
505 W.printHex("Offset", Sec->sh_offset);
1865 W.printHex("FormatVersion", Contents[0]);
1990 W.printHex("Canonical gp value", GOTShdr->sh_addr + 0x7ff0);
2106 W.printHex("Address", GotAddr + Offset);
2108 W.printHex("Initial", *It);
2117 W.printHex("Value", Sym->st_value);
2124 W.printHex("Section", SectionName, SectionIndex);
2137 W.printHex("Address", PLTAddr + Offset);
2138 W.printHex("Initial", *It);
2149 W.printHex("Address", PLTAddr + Offset);
2150 W.printHex("Initial", *It);
2151 W.printHex("Value", Sym->st_value);
2158 W.printHex("Section", SectionName, SectionIndex);
2277 W.printHex("Flags 2", Flags->flags2);
2283 W.printHex("GP", Reginfo.ri_gp_value);
2284 W.printHex("General Mask", Reginfo.ri_gprmask);
2285 W.printHex("Co-Proc Mask0", Reginfo.ri_cprmask[0]);
2286 W.printHex("Co-Proc Mask1", Reginfo.ri_cprmask[1]);
2287 W.printHex("Co-Proc Mask2", Reginfo.ri_cprmask[2]);
2288 W.printHex("Co-Proc Mask3", Reginfo.ri_cprmask[3]);
3178 W.printHex("OS/ABI", "AMDGPU_HSA", ELF::ELFOSABI_AMDGPU_HSA);
3189 W.printHex("Entry", e->e_entry);
3190 W.printHex("ProgramHeaderOffset", e->e_phoff);
3191 W.printHex("SectionHeaderOffset", e->e_shoff);
3224 W.printHex("Type", getGroupType(Data[0]), Data[0]);
3303 W.printHex("Offset", Rel.r_offset);
3307 W.printHex("Addend", Rel.r_addend);
3328 W.printHex("Type",
3360 W.printHex("Address", Sec.sh_addr);
3361 W.printHex("Offset", Sec.sh_offset);
3408 W.printHex("Value", Symbol->st_value);
3438 W.printHex("Section", SectionName, SectionIndex);
3498 W.printHex("Offset", Rel.r_offset);
3501 W.printHex("Addend", Rel.r_addend);
3516 W.printHex("Type",
3519 W.printHex("Offset", Phdr.p_offset);
3520 W.printHex("VirtualAddress", Phdr.p_vaddr);
3521 W.printHex("PhysicalAddress", Phdr.p_paddr);