Home
last modified time | relevance | path

Searched refs:ppc_elf_cons (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-ppc.c121 static void ppc_elf_cons (int);
224 { "llong", ppc_elf_cons, 8 },
225 { "quad", ppc_elf_cons, 8 },
226 { "long", ppc_elf_cons, 4 },
227 { "word", ppc_elf_cons, 2 },
228 { "short", ppc_elf_cons, 2 },
1741 ppc_elf_cons (int nbytes /* 1=.byte, 2=.word, 4=.long, 8=.llong */) in ppc_elf_cons() function
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-9295854 (ppc_elf_cons): Remove restriction that @ suffixes must be done
3540 (ppc_elf_cons): Don't support @pcrel any more, since DIFF_EXPR_OK
3561 * config/tc-ppc.c (md_pseudo_table): If ELF, go to ppc_elf_cons
3566 (ppc_elf_cons): Replacement for the standard cons function that
HDChangeLog-96973258 (ppc_elf_cons): Change ppc_elf_suffix calls.
HDChangeLog-00011481 (ppc_elf_cons): Correct offset for little endian targets.