Lines Matching refs:Word
562 const ElfW(Word) gotsym in elf_machine_reloc()
563 = (const ElfW(Word)) map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_reloc()
565 if ((ElfW(Word))symidx < gotsym) in elf_machine_reloc()
592 const ElfW(Word) local_gotno in elf_machine_reloc()
593 = (const ElfW(Word)) in elf_machine_reloc()
617 const ElfW(Word) gotsym in elf_machine_reloc()
618 = (const ElfW(Word)) map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_reloc()
620 if (__builtin_expect ((ElfW(Word)) symidx >= gotsym, 1)) in elf_machine_reloc()
624 const ElfW(Word) local_gotno in elf_machine_reloc()
625 = ((const ElfW(Word)) in elf_machine_reloc()
878 extern void _dl_runtime_resolve (ElfW(Word)); in elf_machine_runtime_setup()