Searched refs:ppc_elf_cons (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-ppc.c | 121 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/ |
| HD | ChangeLog-9295 | 854 (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
|
| HD | ChangeLog-9697 | 3258 (ppc_elf_cons): Change ppc_elf_suffix calls.
|
| HD | ChangeLog-0001 | 1481 (ppc_elf_cons): Correct offset for little endian targets.
|