Home
last modified time | relevance | path

Searched refs:ELFOSABI_STANDALONE (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/lib/libkvm/
Dkvm_powerpc.c68 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
Dkvm_powerpc64.c68 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
/freebsd-9-stable/sys/ia64/ia64/
Ddump_machdep.c227 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys()
/freebsd-9-stable/sys/powerpc/powerpc/
Ddump_machdep.c228 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys()
/freebsd-9-stable/sys/mips/mips/
Ddump_machdep.c287 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys()
/freebsd-9-stable/contrib/binutils/include/elf/
Dcommon.h78 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ macro
/freebsd-9-stable/sys/arm/arm/
Ddump_machdep.c295 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys()
/freebsd-9-stable/sys/x86/x86/
Ddump_machdep.c295 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys()
/freebsd-9-stable/sys/xen/interface/
Delfstructs.h101 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ macro
/freebsd-9-stable/contrib/llvm/lib/Object/
DELFYAML.cpp236 ECase(ELFOSABI_STANDALONE) in enumeration()
/freebsd-9-stable/sys/sys/
Delf_common.h118 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ macro
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h329 ELFOSABI_STANDALONE = 255 // Standalone (embedded) application enumerator
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp150 { "Standalone" , ELF::ELFOSABI_STANDALONE }
/freebsd-9-stable/contrib/binutils/binutils/
Dreadelf.c2358 case ELFOSABI_STANDALONE: return _("Standalone App"); in get_osabi_name()