Home
last modified time | relevance | path

Searched defs:fileclass (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp255 uint32_t fileclass = header.e_ident[EI_CLASS]; in mipsVariantFromElfFlags() local
305 uint32_t fileclass = header.e_ident[EI_CLASS]; in riscvVariantFromElfFlags() local
325 uint32_t fileclass = header.e_ident[EI_CLASS]; in loongarchVariantFromElfFlags() local
/freebsd/contrib/sendmail/src/
H A Dreadcf.c1030 fileclass(class, filename, fmt, ismap, safe, optional) in fileclass() function