Searched refs:RELOC_RESOLVE_SYMBOL (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dkobj_machdep.c99 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
159 if (RELOC_RESOLVE_SYMBOL(type)) {
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dkobj_machdep.c143 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
226 if (RELOC_RESOLVE_SYMBOL(rtype)) {
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/sparc/
H A Dmdreloc.c123 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
313 if (RELOC_RESOLVE_SYMBOL(type)) {
385 if (RELOC_RESOLVE_SYMBOL(type)) {
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/sparc64/
H A Dmdreloc.c153 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) macro
419 if (RELOC_RESOLVE_SYMBOL(type)) {
506 if (RELOC_RESOLVE_SYMBOL(type)) {

Completed in 114 milliseconds