Searched refs:MAP32 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-ppc.c | 1581 #define MAP32(str, reloc) { str, sizeof (str) - 1, 1, 0, reloc } in ppc_elf_suffix() macro 1629 MAP32 ("fixup", BFD_RELOC_CTOR), in ppc_elf_suffix() 1630 MAP32 ("plt", BFD_RELOC_24_PLT_PCREL), in ppc_elf_suffix() 1631 MAP32 ("pltrel24", BFD_RELOC_24_PLT_PCREL), in ppc_elf_suffix() 1632 MAP32 ("local24pc", BFD_RELOC_PPC_LOCAL24PC), in ppc_elf_suffix() 1633 MAP32 ("local", BFD_RELOC_PPC_LOCAL24PC), in ppc_elf_suffix() 1634 MAP32 ("pltrel", BFD_RELOC_32_PLT_PCREL), in ppc_elf_suffix() 1635 MAP32 ("sdarel", BFD_RELOC_GPREL16), in ppc_elf_suffix() 1636 MAP32 ("naddr", BFD_RELOC_PPC_EMB_NADDR32), in ppc_elf_suffix() 1637 MAP32 ("naddr16", BFD_RELOC_PPC_EMB_NADDR16), in ppc_elf_suffix() [all …]
|