Searched refs:RELOC_TARGET_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c268 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
407 if (RELOC_TARGET_SIZE(rtype) > 32) {
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c186 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) macro
462 size = RELOC_TARGET_SIZE(type) / 8;
476 } else if (RELOC_TARGET_SIZE(type) > 32) {

Completed in 104 milliseconds