Searched defs:emachine (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | InputFiles.h | 126 uint16_t emachine = llvm::ELF::EM_NONE; global() variable |
H A D | InputSection.cpp | 900 const auto emachine = config->emachine; relocateNonAlloc() local |
H A D | Config.h | 340 uint16_t emachine = llvm::ELF::EM_NONE; global() member |
/freebsd-src/contrib/elftoolchain/readelf/ | ||
H A D | readelf.c | 3603 unsigned int emachine; member |