Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DCompCom.cc41 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()
H A DCompCom.h43 int compcom, elf_cls; variable
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DCompCom.cc41 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()
H A DCompCom.h43 int compcom, elf_cls; variable