Searched refs:ELFCLASS64 (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/include/arch/aarch64/machine/
H A Delf.h97 #define ELF_TARG_CLASS ELFCLASS64
/barrelfish-master/lib/elf/
H A Delf.c59 case ELFCLASS64:
123 case ELFCLASS64:
147 case ELFCLASS64:
261 case ELFCLASS64:
H A Delf64.c107 head->e_ident[EI_CLASS] != ELFCLASS64) {
162 if (!IS_ELF(*head) || head->e_ident[EI_CLASS] != ELFCLASS64) {
232 if (!IS_ELF(*head) || head->e_ident[EI_CLASS] != ELFCLASS64) {
285 if (!IS_ELF(*head) || head->e_ident[EI_CLASS] != ELFCLASS64) {
326 if (!IS_ELF(*head) || head->e_ident[EI_CLASS] != ELFCLASS64) {
486 || head->e_ident[EI_CLASS] != ELFCLASS64
H A Delf32.c180 if (!IS_ELF(*head) || head->e_ident[EI_CLASS] != ELFCLASS64) {
247 if (!IS_ELF(*head) || head->e_ident[EI_CLASS] != ELFCLASS64) {
358 if (!IS_ELF(*head) || head->e_ident[EI_CLASS] != ELFCLASS64) {
/barrelfish-master/include/arch/x86_64/machine/
H A Delf.h201 #define ELF_TARG_CLASS ELFCLASS64
/barrelfish-master/tools/weever/
H A Delf64.c147 head->e_ident[EI_CLASS] != ELFCLASS64) {
299 || head->e_ident[EI_CLASS] != ELFCLASS64
/barrelfish-master/lib/spawndomain/arch/x86/
H A Dspawn_arch.c178 if (!IS_ELF(*head) || head->e_ident[EI_CLASS] != ELFCLASS64) {
/barrelfish-master/include/elf/
H A Delf.h80 #define ELFCLASS64 2 /* 64-bit architecture. */ macro
/barrelfish-master/include/sys/
H A Delf_common.h148 #define ELFCLASS64 2 /* 64-bit architecture. */ macro
/barrelfish-master/usr/drivers/cpuboot/arch/armv8/
H A Dboot_arch.c378 if(ehdr->e_ident[EI_CLASS] != ELFCLASS64 || ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {

Completed in 123 milliseconds