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

/seL4-refos-master/libs/libelf/src/
H A Delf64.c118 elf->elfClass = header->e_ident[EI_CLASS];
H A Delf32.c114 elf->elfClass = header->e_ident[EI_CLASS];
/seL4-refos-master/projects/util_libs/libelf/src/
H A Delf64.c118 elf->elfClass = header->e_ident[EI_CLASS];
H A Delf32.c114 elf->elfClass = header->e_ident[EI_CLASS];
/seL4-refos-master/libs/libelf/include/elf/
H A Delf.h113 unsigned char elfClass; /* 32-bit or 64-bit */ member in struct:elf
H A Delf32.h95 return elf->elfClass == ELFCLASS32;
H A Delf64.h95 return elf->elfClass == ELFCLASS64;
/seL4-refos-master/projects/util_libs/libelf/include/elf/
H A Delf.h113 unsigned char elfClass; /* 32-bit or 64-bit */ member in struct:elf
H A Delf32.h95 return elf->elfClass == ELFCLASS32;
H A Delf64.h95 return elf->elfClass == ELFCLASS64;

Completed in 157 milliseconds