Searched refs:elf_checkFile (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/kernel/include/arch/x86/arch/kernel/
H A Delf.h13 bool_t elf_checkFile(Elf_Header_t *elfFile);
/seL4-refos-master/kernel/src/arch/x86/32/kernel/
H A Delf.c12 BOOT_CODE bool_t elf_checkFile(Elf32_Header_t *elfFile) function
/seL4-refos-master/kernel/src/arch/x86/64/kernel/
H A Delf.c10 BOOT_CODE bool_t elf_checkFile(Elf64_Header_t *elf) function
/seL4-refos-master/seL4_tools/elfloader-tool/src/binaries/elf/
H A Delf.c16 elf_checkFile(void *elfFile) function
195 if (elf_checkFile(elfFile) != 0) {
256 if (elf_checkFile(elfFile) != 0) {
/seL4-refos-master/tools/elfloader/src/binaries/elf/
H A Delf.c16 elf_checkFile(void *elfFile) function
195 if (elf_checkFile(elfFile) != 0) {
256 if (elf_checkFile(elfFile) != 0) {
/seL4-refos-master/seL4_tools/elfloader-tool/include/binaries/elf/
H A Delf.h115 int elf_checkFile(void *elfFile);
/seL4-refos-master/tools/elfloader/include/binaries/elf/
H A Delf.h115 int elf_checkFile(void *elfFile);
/seL4-refos-master/libs/libelf/include/elf/
H A Delf.h174 int elf_checkFile(elf_t *elfFile);
/seL4-refos-master/projects/util_libs/libelf/include/elf/
H A Delf.h174 int elf_checkFile(elf_t *elfFile);
/seL4-refos-master/seL4_tools/elfloader-tool/src/
H A Dcommon.c204 if (elf_checkFile(elf) != 0) {
305 if (elf_checkFile(kernel_elf)) {
/seL4-refos-master/tools/elfloader/src/
H A Dcommon.c204 if (elf_checkFile(elf) != 0) {
305 if (elf_checkFile(kernel_elf)) {
/seL4-refos-master/libs/libelf/src/
H A Delf.c100 int status = elf_checkFile(&new_file);
139 int elf_checkFile(elf_t *elfFile) function
/seL4-refos-master/projects/util_libs/libelf/src/
H A Delf.c100 int status = elf_checkFile(&new_file);
139 int elf_checkFile(elf_t *elfFile) function
/seL4-refos-master/projects/refos/impl/apps/selfloader/src/
H A Dselfloader.c254 error = elf_checkFile(file);
/seL4-refos-master/apps/selfloader/src/
H A Dselfloader.c254 error = elf_checkFile(file);
/seL4-refos-master/kernel/src/arch/x86/kernel/
H A Dboot_sys.c86 if (!elf_checkFile(elf_file)) {

Completed in 102 milliseconds