Lines Matching refs:location
28 static void jsri_2_lrw_jsr(uint32_t *location)
30 uint16_t *location_tmp = (uint16_t *)location;
37 CHANGE_JSRI_TO_LRW(location);
39 SET_JSR32_R26(location + 1);
43 static inline void jsri_2_lrw_jsr(uint32_t *location)
55 uint32_t *location;
60 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr
67 /* We add the value into the location given */
68 *location = rel[i].r_addend + sym->st_value;
72 *location = rel[i].r_addend + sym->st_value
73 - (uint32_t)location;
78 jsri_2_lrw_jsr(location);
81 temp = ((short *)location) + 1;
86 temp = ((short *)location) + 1;