Home
last modified time | relevance | path

Searched refs:_r (Results 1 – 1 of 1) sorted by relevance

/scripts/
Dsorttable.h38 #undef _r
60 # define _r r8 macro
81 # define _r r macro
185 Elf_Addr av = _r(a); in compare_extable()
186 Elf_Addr bv = _r(b); in compare_extable()
200 Elf_Shdr *s, *shdr = (Elf_Shdr *)((char *)ehdr + _r(&ehdr->e_shoff)); in do_sort()
229 secstrings = (const char *)ehdr + _r(&shdr[shstrndx].sh_offset); in do_sort()
233 shnum = _r(&shdr[0].sh_size); in do_sort()
249 relocs = (void *)ehdr + _r(&s->sh_offset); in do_sort()
250 relocs_size = _r(&s->sh_size); in do_sort()
[all …]