Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c1881 #define MAP64(str, reloc) { str, sizeof (str) - 1, 0, 1, reloc } in ppc_elf_suffix() macro
1956 MAP64 ("high", BFD_RELOC_PPC64_ADDR16_HIGH), in ppc_elf_suffix()
1957 MAP64 ("higha", BFD_RELOC_PPC64_ADDR16_HIGHA), in ppc_elf_suffix()
1958 MAP64 ("higher", BFD_RELOC_PPC64_HIGHER), in ppc_elf_suffix()
1959 MAP64 ("highera", BFD_RELOC_PPC64_HIGHER_S), in ppc_elf_suffix()
1960 MAP64 ("highest", BFD_RELOC_PPC64_HIGHEST), in ppc_elf_suffix()
1961 MAP64 ("highesta", BFD_RELOC_PPC64_HIGHEST_S), in ppc_elf_suffix()
1962 MAP64 ("tocbase", BFD_RELOC_PPC64_TOC), in ppc_elf_suffix()
1963 MAP64 ("toc", BFD_RELOC_PPC_TOC16), in ppc_elf_suffix()
1964 MAP64 ("toc@l", BFD_RELOC_PPC64_TOC16_LO), in ppc_elf_suffix()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20042101 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.