Home
last modified time | relevance | path

Searched refs:MAP (Results 1 – 25 of 25) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-formats.h46 #define MAPPED_INT(SIZE, LSB, MAP, PRINT_HEX) \ argument
49 static_assert[(1 << (SIZE)) == ARRAY_SIZE (MAP)]; \
51 { OP_MAPPED_INT, SIZE, LSB }, MAP, PRINT_HEX \
56 #define MAPPED_STRING(SIZE, LSB, MAP, ALLOW_CONSTANTS) \ argument
59 static_assert[(1 << (SIZE)) == ARRAY_SIZE (MAP)]; \
61 { OP_MAPPED_STRING, SIZE, LSB }, MAP, ALLOW_CONSTANTS \
90 #define MAPPED_REG(SIZE, LSB, BANK, MAP) \ argument
93 static_assert[(1 << (SIZE)) == ARRAY_SIZE (MAP)]; \
95 { OP_REG, SIZE, LSB }, OP_REG_##BANK, MAP \
100 #define OPTIONAL_MAPPED_REG(SIZE, LSB, BANK, MAP) \ argument
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf32-mep.c96 #define MAP(n) case BFD_RELOC_MEP_##n: type = R_MEP_##n; break macro
98 #define MAP(n) case BFD_RELOC_MEP_/**/n: type = R_MEP_/**/n; break macro
110 MAP(NONE); in mep_reloc_type_lookup()
132 MAP(8); in mep_reloc_type_lookup()
133 MAP(16); in mep_reloc_type_lookup()
134 MAP(32); in mep_reloc_type_lookup()
135 MAP(PCREL8A2); in mep_reloc_type_lookup()
136 MAP(PCREL12A2); in mep_reloc_type_lookup()
137 MAP(PCREL17A2); in mep_reloc_type_lookup()
138 MAP(PCREL24A2); in mep_reloc_type_lookup()
[all …]
Dcoff-sh.c1610 #define MAP(a) a, sizeof a / sizeof a[0] macro
1664 { MAP (sh_opcode00), 0xffff },
1665 { MAP (sh_opcode01), 0xf0ff },
1666 { MAP (sh_opcode02), 0xf00f }
1676 { MAP (sh_opcode10), 0xf000 }
1700 { MAP (sh_opcode20), 0xf00f }
1723 { MAP (sh_opcode30), 0xf00f }
1793 { MAP (sh_opcode40), 0xf0ff },
1794 { MAP (sh_opcode41), 0xf00f }
1804 { MAP (sh_opcode50), 0xf000 }
[all …]
DChangeLog-02031066 * coff-sh.c: Move definition of MAP and guard more code with
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c1879 #define MAP(str, reloc) { str, sizeof (str) - 1, 1, 1, reloc } in ppc_elf_suffix() macro
1884 MAP ("l", BFD_RELOC_LO16), in ppc_elf_suffix()
1885 MAP ("h", BFD_RELOC_HI16), in ppc_elf_suffix()
1886 MAP ("ha", BFD_RELOC_HI16_S), in ppc_elf_suffix()
1887 MAP ("brtaken", BFD_RELOC_PPC_B16_BRTAKEN), in ppc_elf_suffix()
1888 MAP ("brntaken", BFD_RELOC_PPC_B16_BRNTAKEN), in ppc_elf_suffix()
1889 MAP ("got", BFD_RELOC_16_GOTOFF), in ppc_elf_suffix()
1890 MAP ("got@l", BFD_RELOC_LO16_GOTOFF), in ppc_elf_suffix()
1891 MAP ("got@h", BFD_RELOC_HI16_GOTOFF), in ppc_elf_suffix()
1892 MAP ("got@ha", BFD_RELOC_HI16_S_GOTOFF), in ppc_elf_suffix()
[all …]
Dtc-mep.c1833 #define MAP(n) case MEP_OPERAND_##n: return BFD_RELOC_MEP_##n; macro
1835 #define MAP(n) case MEP_OPERAND_/**/n: return BFD_RELOC_MEP_/**/n; macro
1855 MAP (PCREL8A2); /* beqz */ in md_cgen_lookup_reloc()
1856 MAP (PCREL12A2); /* bsr16 */ in md_cgen_lookup_reloc()
1857 MAP (PCREL17A2); /* beqi */ in md_cgen_lookup_reloc()
1858 MAP (PCREL24A2); /* bsr24 */ in md_cgen_lookup_reloc()
1859 MAP (PCABS24A2); /* jmp */ in md_cgen_lookup_reloc()
1860 MAP (UIMM24); /* mov */ in md_cgen_lookup_reloc()
1861 MAP (ADDR24A4); /* sw/lw */ in md_cgen_lookup_reloc()
Dtc-mcore.c2147 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break macro
2171 MAP (1, 0, BFD_RELOC_8); in tc_gen_reloc()
2172 MAP (2, 0, BFD_RELOC_16); in tc_gen_reloc()
2173 MAP (4, 0, BFD_RELOC_32); in tc_gen_reloc()
2174 MAP (1, 1, BFD_RELOC_8_PCREL); in tc_gen_reloc()
2175 MAP (2, 1, BFD_RELOC_16_PCREL); in tc_gen_reloc()
2176 MAP (4, 1, BFD_RELOC_32_PCREL); in tc_gen_reloc()
Dtc-vax.c2377 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break in tc_gen_reloc() macro
2378 MAP (1, 0, BFD_RELOC_8); in tc_gen_reloc()
2379 MAP (2, 0, BFD_RELOC_16); in tc_gen_reloc()
2380 MAP (4, 0, BFD_RELOC_32); in tc_gen_reloc()
2381 MAP (1, 1, BFD_RELOC_8_PCREL); in tc_gen_reloc()
2382 MAP (2, 1, BFD_RELOC_16_PCREL); in tc_gen_reloc()
2383 MAP (4, 1, BFD_RELOC_32_PCREL); in tc_gen_reloc()
2389 #undef MAP in tc_gen_reloc()
Dtc-tic30.c1360 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break macro
1375 MAP (1, 0, BFD_RELOC_TIC30_LDP); in tc_gen_reloc()
1376 MAP (2, 0, BFD_RELOC_16); in tc_gen_reloc()
1377 MAP (3, 0, BFD_RELOC_24); in tc_gen_reloc()
1378 MAP (2, 1, BFD_RELOC_16_PCREL); in tc_gen_reloc()
1379 MAP (4, 0, BFD_RELOC_32); in tc_gen_reloc()
1384 #undef MAP in tc_gen_reloc()
Dtc-microblaze.c2375 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break macro
2414 MAP (1, 0, BFD_RELOC_8); in tc_gen_reloc()
2415 MAP (2, 0, BFD_RELOC_16); in tc_gen_reloc()
2416 MAP (4, 0, BFD_RELOC_32); in tc_gen_reloc()
2417 MAP (1, 1, BFD_RELOC_8_PCREL); in tc_gen_reloc()
2418 MAP (2, 1, BFD_RELOC_16_PCREL); in tc_gen_reloc()
2419 MAP (4, 1, BFD_RELOC_32_PCREL); in tc_gen_reloc()
Dtc-m68k.c1323 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break in tc_gen_reloc() macro
1324 MAP (1, 0, BFD_RELOC_8); in tc_gen_reloc()
1325 MAP (2, 0, BFD_RELOC_16); in tc_gen_reloc()
1326 MAP (4, 0, BFD_RELOC_32); in tc_gen_reloc()
1327 MAP (1, 1, BFD_RELOC_8_PCREL); in tc_gen_reloc()
1328 MAP (2, 1, BFD_RELOC_16_PCREL); in tc_gen_reloc()
1329 MAP (4, 1, BFD_RELOC_32_PCREL); in tc_gen_reloc()
1335 #undef MAP in tc_gen_reloc()
Dtc-i370.c597 #define MAP(str,reloc) { str, sizeof (str) - 1, reloc } in i370_elf_suffix() macro
602 MAP ("fixup", BFD_RELOC_CTOR), in i370_elf_suffix()
/toolchain/binutils/binutils-2.25/binutils/
Dnlmheader.y120 %token EXPORT FLAG_ON FLAG_OFF FULLMAP HELP IMPORT INPUT MAP MESSAGES
272 | MAP
276 | MAP STRING
605 { "MAP", MAP },
DChangeLog-91973862 * nlmheader.y (command): Accept MAP and FULLMAP without arguments.
3863 * nlmconv.c (main): Change error message for MAP and FULLMAP.
/toolchain/binutils/binutils-2.25/ld/
Dldgram.y141 %token DEFINED TARGET_K SEARCH_DIR MAP ENTRY
346 | MAP '(' filename ')'
Dldlex.l270 <BOTH,SCRIPT>"MAP" { RTOKEN(MAP);}
Dldexp.c96 { MAP, "MAP" }, in exp_print_token()
/toolchain/binutils/binutils-2.25/gold/
Dyyscript.y151 %token MAP
Dscript.cc1766 { "MAP", MAP },
/toolchain/binutils/binutils-2.25/binutils/po/
Dzh_CN.po1369 msgid "warning: MAP and FULLMAP are not supported; try ld -M"
1370 msgstr "���棺��֧�� MAP �� FULLMAP�������� ld -M"
Drw.po1553 msgid "warning: MAP and FULLMAP are not supported; try ld -M"
Dda.po2815 msgstr "advarsel: MAP og FULLMAP underst�ttes ikke; fors�g med ld -M"
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20042101 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
DChangeLog-98991609 * config/tc-i386.c (tc_gen_reloc): Remove F and MAP macros.
DChangeLog-92955032 (F, MAP): Move macro definitions outside function.