Home
last modified time | relevance | path

Searched refs:MAP32 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c1880 #define MAP32(str, reloc) { str, sizeof (str) - 1, 1, 0, reloc } in ppc_elf_suffix() macro
1928 MAP32 ("fixup", BFD_RELOC_CTOR), in ppc_elf_suffix()
1929 MAP32 ("plt", BFD_RELOC_24_PLT_PCREL), in ppc_elf_suffix()
1930 MAP32 ("pltrel24", BFD_RELOC_24_PLT_PCREL), in ppc_elf_suffix()
1931 MAP32 ("local24pc", BFD_RELOC_PPC_LOCAL24PC), in ppc_elf_suffix()
1932 MAP32 ("local", BFD_RELOC_PPC_LOCAL24PC), in ppc_elf_suffix()
1933 MAP32 ("pltrel", BFD_RELOC_32_PLT_PCREL), in ppc_elf_suffix()
1934 MAP32 ("sdarel", BFD_RELOC_GPREL16), in ppc_elf_suffix()
1935 MAP32 ("sdarel@l", BFD_RELOC_PPC_VLE_SDAREL_LO16A), in ppc_elf_suffix()
1936 MAP32 ("sdarel@h", BFD_RELOC_PPC_VLE_SDAREL_HI16A), in ppc_elf_suffix()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20042101 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.