Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/sparc/
H A Dkobj_machdep.c101 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) macro
177 if (RELOC_BASE_RELATIVE(type)) { in kobj_reloc()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dkobj_machdep.c145 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) macro
246 if (RELOC_BASE_RELATIVE(rtype)) in kobj_reloc()
/netbsd-src/libexec/ld.elf_so/arch/sparc/
H A Dmdreloc.c136 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
337 if (RELOC_BASE_RELATIVE(type)) { in _rtld_relocate_nonplt_objects()
127 #define RELOC_BASE_RELATIVE( global() macro
/netbsd-src/libexec/ld.elf_so/arch/sparc64/
H A Dmdreloc.c166 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
435 if (RELOC_BASE_RELATIVE(type)) { in _rtld_relocate_nonplt_objects()
157 #define RELOC_BASE_RELATIVE( global() macro