Searched refs:elf_loadFile (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/seL4_tools/elfloader-tool/include/binaries/elf/
H A Delf.h23 Also importantly, it provides a function elf_loadFile which will load a given
258 int elf_loadFile(void *elfFile, int phys);
/seL4-refos-master/tools/elfloader/include/binaries/elf/
H A Delf.h23 Also importantly, it provides a function elf_loadFile which will load a given
258 int elf_loadFile(void *elfFile, int phys);
/seL4-refos-master/libs/libelf/include/elf/
H A Delf.h98 Also importantly, it provides a function elf_loadFile which will load a given
524 int elf_loadFile(elf_t *elfFile, elf_addr_type_t addr_type);
/seL4-refos-master/projects/util_libs/libelf/include/elf/
H A Delf.h98 Also importantly, it provides a function elf_loadFile which will load a given
524 int elf_loadFile(elf_t *elfFile, elf_addr_type_t addr_type);
/seL4-refos-master/seL4_tools/elfloader-tool/src/binaries/elf/
H A Delf.c252 elf_loadFile(void *elfFile, int phys) function
/seL4-refos-master/tools/elfloader/src/binaries/elf/
H A Delf.c252 elf_loadFile(void *elfFile, int phys) function
/seL4-refos-master/libs/libelf/src/
H A Delf.c519 int elf_loadFile(elf_t *elf, elf_addr_type_t addr_type) function
/seL4-refos-master/projects/util_libs/libelf/src/
H A Delf.c519 int elf_loadFile(elf_t *elf, elf_addr_type_t addr_type) function

Completed in 51 milliseconds