Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_compat.c162 Elf32_Addr *where32, val32; in elf_reloc_internal() local
213 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
217 if (*where32 != val32) in elf_reloc_internal()
218 *where32 = val32; in elf_reloc_internal()
224 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
227 if (*where32 != val32) in elf_reloc_internal()
228 *where32 = val32; in elf_reloc_internal()
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c264 Elf32_Addr *where32, val32; in elf_reloc_internal() local
325 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
329 if (*where32 != val32) in elf_reloc_internal()
330 *where32 = val32; in elf_reloc_internal()
336 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
339 if (*where32 != val32) in elf_reloc_internal()
340 *where32 = val32; in elf_reloc_internal()