Home
last modified time | relevance | path

Searched defs:elf_class (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Delf_data.c218 int elf_class; in elf_rawdata() local
/freebsd/lib/libkldelf/
H A Dkldelf.h108 #define elf_class(ef) ((ef)->ef_hdr.e_ident[EI_CLASS]) macro
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c604 elf_class(unsigned int class) in elf_class() function