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

/barrelfish-master/lib/elf/
H A Delf32.c415 case R_ARM_RELATIVE: //fall through
/barrelfish-master/usr/drivers/cpuboot/arch/armv7/
H A Dboot_arch.c430 /* We should only see relative relocations (R_ARM_RELATIVE) against
432 if(sym != 0 || type != R_ARM_RELATIVE) return ELF_ERR_HEADER;
/barrelfish-master/include/elf/
H A Delf.h547 #define R_ARM_RELATIVE 23 macro
/barrelfish-master/include/sys/
H A Delf_common.h933 #define R_ARM_RELATIVE 23 /* Add load address of shared object. */ macro
/barrelfish-master/tools/arm_boot/
H A Darm_bootimage.c417 if(typ == R_ARM_RELATIVE && sym == 0) {

Completed in 107 milliseconds