Searched refs:addr_type (Results 1 - 5 of 5) sorted by relevance

/seL4-refos-master/libs/libelf/include/elf/
H A Delf.h484 * @param addr_type If PHYSICAL return bounds of physical memory, otherwise
491 int elf_getMemoryBounds(elf_t *elfFile, elf_addr_type_t addr_type, uintptr_t *min, uintptr_t *max);
510 * @param addr_type If PHYSICAL load using the physical address, otherwise using the
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.h484 * @param addr_type If PHYSICAL return bounds of physical memory, otherwise
491 int elf_getMemoryBounds(elf_t *elfFile, elf_addr_type_t addr_type, uintptr_t *min, uintptr_t *max);
510 * @param addr_type If PHYSICAL load using the physical address, otherwise using the
524 int elf_loadFile(elf_t *elfFile, elf_addr_type_t addr_type);
/seL4-refos-master/libs/libelf/src/
H A Delf.c463 int elf_getMemoryBounds(elf_t *elfFile, elf_addr_type_t addr_type, uintptr_t *min, uintptr_t *max) argument
476 if (addr_type == PHYSICAL) {
519 int elf_loadFile(elf_t *elf, elf_addr_type_t addr_type) argument
527 if (addr_type == PHYSICAL) {
/seL4-refos-master/projects/util_libs/libelf/src/
H A Delf.c463 int elf_getMemoryBounds(elf_t *elfFile, elf_addr_type_t addr_type, uintptr_t *min, uintptr_t *max) argument
476 if (addr_type == PHYSICAL) {
519 int elf_loadFile(elf_t *elf, elf_addr_type_t addr_type) argument
527 if (addr_type == PHYSICAL) {
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/
H A Dlwiplib.h231 u32_t addr_type; /* Address type BroadMulti/Uni cast */ member in struct:cpsw_switch_param

Completed in 41 milliseconds