Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/sparc/
H A Dkobj_machdep.c104 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
188 int i, size = RELOC_TARGET_SIZE(type)/8; in kobj_reloc()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dkobj_machdep.c148 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
253 if (RELOC_TARGET_SIZE(rtype) > 32) { in kobj_reloc()
/netbsd-src/libexec/ld.elf_so/arch/sparc64/
H A Dmdreloc.c169 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff)
468 int i, size = RELOC_TARGET_SIZE(type)/8; in _rtld_relocate_nonplt_objects()
484 } else if (RELOC_TARGET_SIZE(type) > 32) { in _rtld_relocate_nonplt_objects()
160 #define RELOC_TARGET_SIZE( global() macro
/netbsd-src/libexec/ld.elf_so/arch/sparc/
H A Dmdreloc.c139 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff)
370 int i, size = RELOC_TARGET_SIZE(type)/8; in _rtld_relocate_nonplt_objects()
130 #define RELOC_TARGET_SIZE( global() macro