Lines Matching refs:r
57 static uint32_t (*r)(const uint32_t *); variable
185 return r(&symtab_shndx_start[sym_offs]); in get_secindex()
195 int32_t av = (int32_t)r(a); in compare_relative_table()
196 int32_t bv = (int32_t)r(b); in compare_relative_table()
215 w(r(loc) + i, loc); in sort_relative_table()
225 w(r(loc) - i, loc); in sort_relative_table()
237 w(r(loc) + i, loc); in x86_sort_relative_table()
238 w(r(loc + 1) + i + 4, loc + 1); in x86_sort_relative_table()
239 w(r(loc + 2) + i + 8, loc + 2); in x86_sort_relative_table()
250 w(r(loc) - i, loc); in x86_sort_relative_table()
251 w(r(loc + 1) - (i + 4), loc + 1); in x86_sort_relative_table()
252 w(r(loc + 2) - (i + 8), loc + 2); in x86_sort_relative_table()
266 w(r((uint32_t *)loc) + i, (uint32_t *)loc); in s390_sort_relative_table()
267 w(r((uint32_t *)(loc + 4)) + (i + 4), (uint32_t *)(loc + 4)); in s390_sort_relative_table()
288 w(r((uint32_t *)loc) - i, (uint32_t *)loc); in s390_sort_relative_table()
289 w(r((uint32_t *)(loc + 4)) - (i + 4), (uint32_t *)(loc + 4)); in s390_sort_relative_table()
305 r = rle; in do_file()
313 r = rbe; in do_file()