Searched refs:target1Rel (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h190 bool target1Rel; member in struct:lld::elf::Configuration
H A DDriver.cpp942 config->target1Rel = args.hasFlag(OPT_target1_rel, OPT_target1_abs, false);
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp112 return config->target1Rel ? R_PC : R_ABS;
150 if ((type == R_ARM_ABS32) || (type == R_ARM_TARGET1 && !config->target1Rel))

Completed in 105 milliseconds