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

/freebsd-10.0-release/contrib/binutils/include/elf/
H A Dscore.h35 #define GP_DISP_LABEL "_gp_disp" macro
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-score.c2343 /* See if this is the special GP_DISP_LABEL symbol. Note that such a
2345 if (strcmp (name, GP_DISP_LABEL) == 0)
2347 /* Relocations against GP_DISP_LABEL are permitted only with
2356 GP_DISP_LABEL is a magic symbol, always implicitly defined by the
3274 else if (strcmp (name, GP_DISP_LABEL) == 0)
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-score.c4156 || strcmp (symname, GP_DISP_LABEL) == 0))
6211 named in the argument. This uses a relocation against GP_DISP_LABEL, which is handled
6213 ldis gp, %hi(GP_DISP_LABEL)
6214 ori gp, %low(GP_DISP_LABEL)
6236 sprintf (insn_str, "ld_i32hi r%d, %s", GP, GP_DISP_LABEL);
6240 sprintf (insn_str, "ld_i32lo r%d, %s", GP, GP_DISP_LABEL);

Completed in 192 milliseconds