Searched refs:elf_cls (Results 1 – 4 of 4) sorted by relevance
41 elf_cls = elf->elf_getclass (); in CompComment()191 parms[i] = dbe_sprintf (elf_cls == ELFCLASS32 ? NTXT ("0x%08llx") : NTXT ("0x%016llx"), in compcom_format()265 sb.appendf (elf_cls == ELFCLASS32 ? NTXT ("0x%08llx") : NTXT ("0x%016llx"), in compcom_format()285 parms[i] = dbe_sprintf (elf_cls == ELFCLASS32 ? NTXT ("0x%08llx") : NTXT ("0x%016llx"), in compcom_format()
43 int compcom, elf_cls; variable