Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sparc64/sparc64/
Delf_machdep.c261 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) macro
395 if (RELOC_PC_RELATIVE(rtype)) in elf_reloc()
/freebsd-12-stable/libexec/rtld-elf/sparc64/
Dreloc.c180 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) macro
432 if (RELOC_PC_RELATIVE(type)) in reloc_nonplt_object()