Lines Matching refs:Elf_Word
116 #define Elf_Word Elf64_Word macro
131 #define Elf_Word Elf32_Word macro
327 findElfSection ( void* objImage, Elf_Word sh_type ) in findElfSection()
398 Elf_Word w = (Elf_Word)dstP; in gen_armle_goto()
425 Elf_Word* targ; in do_Elf_Rel_relocations()
432 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset); in do_Elf_Rel_relocations()
441 Elf_Word* pP = (Elf_Word*)P; in do_Elf_Rel_relocations()
493 Elf_Word w, delta, deltaTop8; in do_Elf_Rel_relocations()
500 Elf_Word real_dst = (A & 0x00FFFFFF) + 2; in do_Elf_Rel_relocations()
513 delta = (((Elf_Word)fixup) - ((Elf_Word)pP) - 8); in do_Elf_Rel_relocations()
573 Elf_Word* pP = (Elf_Word*)P; in do_Elf_Rela_relocations()
574 Elf_Word w1, w2; in do_Elf_Rela_relocations()
632 w2 = (Elf_Word)((value - P) >> 2); in do_Elf_Rela_relocations()
639 w2 = (Elf_Word)(value >> 10); in do_Elf_Rela_relocations()
646 w2 = (Elf_Word)(value & 0x3FF); in do_Elf_Rela_relocations()
663 w2 = (Elf_Word)value; in do_Elf_Rela_relocations()