Home
last modified time | relevance | path

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

12345678

/toolchain/binutils/binutils-2.25/opcodes/
Dcr16-opc.c29 #define ARITH_BYTE_INST(NAME, OPC, OP1) \ argument
31 {NAME, 1, OPC, 24, ARITH_BYTE_INS, {{uimm4_1,20}, {regr,16}}}, \
33 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}, \
35 {NAME, 1, OPC+0x1, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
38 #define ARITH1_BYTE_INST(NAME, OPC, OP1) \ argument
40 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}
79 #define ARITH_BYTE_INST1(NAME, OPC) \ argument
81 {NAME, 1, OPC, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
87 #define ARITH_BYTE_INST2(NAME, OPC) \ argument
89 {NAME, 1, OPC, 24, ARITH_BYTE_INS, {{regr,20}, {regp,16}}}
[all …]
Dcrx-opc.c31 #define ARITH_BYTE_INST(NAME, OPC) \ argument
33 {NAME, 1, OPC, 24, ARITH_BYTE_INS | CST4MAP, {{cst4,20}, {regr,16}}}, \
35 {NAME, 2, (OPC<<4)+0xE, 20, ARITH_BYTE_INS | CST4MAP, {{i16,0}, {regr,16}}}, \
37 {NAME, 1, OPC+0x40, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
64 #define ARITH_INST(NAME, OPC) \ argument
66 {NAME, 1, OPC, 24, ARITH_INS | CST4MAP, {{cst4,20}, {regr,16}}}, \
68 {NAME, 2, (OPC<<4)+0xE, 20, ARITH_INS | CST4MAP, {{i16,0}, {regr,16}}}, \
70 {NAME, 3, (OPC<<4)+0xF, 20, ARITH_INS, {{i32,0}, {regr,16}}}, \
72 {NAME, 1, OPC+0x40, 24, ARITH_INS, {{regr,20}, {regr,16}}}
87 #define SHIFT_INST(NAME, OPRD, OPC1, SHIFT1, OPC2) \ argument
[all …]
/toolchain/binutils/binutils-2.25/ld/
Dldgram.y103 %token <name> NAME LNAME
174 filename: NAME;
179 NAME '=' exp
208 | NAME {
216 | PUBLIC NAME '=' exp
218 | PUBLIC NAME ',' exp
220 | PUBLIC NAME exp
222 | FORMAT NAME
224 | SECT NAME ',' exp
226 | SECT NAME exp
[all …]
/toolchain/binutils/binutils-2.25/config/
Dlib-link.m413 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
20 define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], macro
24 ac_cv_lib[]Name[]_libs="$LIB[]NAME"
25 ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
26 ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
28 LIB[]NAME="$ac_cv_lib[]Name[]_libs"
29 LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
30 INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
31 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
32 AC_SUBST([LIB]NAME)
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dlibaout.h61 #ifndef NAME
62 #define NAME(x,y) CONCAT3 (x,_64_,y) macro
73 #ifndef NAME
74 #define NAME(x,y) CONCAT3 (x,_16_,y) macro
84 #ifndef NAME
85 #define NAME(x,y) CONCAT3 (x,_32_,y) macro
472 extern bfd_boolean NAME (aout, squirt_out_relocs)
475 extern bfd_boolean NAME (aout, make_sections)
478 extern const bfd_target * NAME (aout, some_aout_object_p)
481 extern bfd_boolean NAME (aout, mkobject)
[all …]
Daout-target.h30 extern reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
31 extern reloc_howto_type * NAME (aout, reloc_name_lookup) (bfd *, const char *);
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec); in MY()
167 target = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback)); in MY()
198 return NAME (aout, mkobject (abfd)); in MY()
350 return NAME (aout, final_link) (abfd, info, MY_final_link_callback); in MY_bfd_final_link()
421 #define MY_core_file_failing_command NAME (aout, core_file_failing_command)
424 #define MY_core_file_failing_signal NAME (aout, core_file_failing_signal)
427 #define MY_core_file_matches_executable_p NAME (aout, core_file_matches_executable_p)
430 #define MY_set_section_contents NAME (aout, set_section_contents)
[all …]
Di386lynx.c42 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
51 NAME(aout,swap_exec_header_out) (abfd, execp, &exec_bytes); \
65 if (! NAME(aout,write_syms) (abfd)) return FALSE; \
71 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_textsec (abfd))) \
77 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \
111 NAME(lynx,swap_std_reloc_out) (bfd *abfd, in NAME() function
201 NAME(lynx,swap_ext_reloc_out) (bfd *abfd, in NAME() function
321 NAME(lynx,swap_ext_reloc_in) (bfd *abfd, in NAME() function
344 NAME(lynx,swap_std_reloc_in) (bfd *abfd, in NAME() function
373 NAME(lynx,slurp_reloc_table) (bfd *abfd, in NAME() function
[all …]
Daout-tic30.c35 #define NAME(x,y) CONCAT3 (tic30_aout,_32_,y) macro
48 #define MY_mkobject NAME (aout,mkobject)
578 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec); in tic30_aout_object_p()
585 target = NAME (aout, some_aout_object_p) (abfd, &exec, tic30_aout_callback); in tic30_aout_object_p()
643 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in tic30_aout_write_object_contents()
650 NAME (aout, swap_exec_header_out) (abfd, execp, &exec_bytes); in tic30_aout_write_object_contents()
670 if (!NAME (aout, write_syms) (abfd)) in tic30_aout_write_object_contents()
676 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) in tic30_aout_write_object_contents()
681 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in tic30_aout_write_object_contents()
767 return NAME (aout, final_link) (abfd, info, MY_final_link_callback); in MY_bfd_final_link()
[all …]
Delfcode.h77 #define Elf_External_Ehdr NAME(Elf,External_Ehdr)
78 #define Elf_External_Sym NAME(Elf,External_Sym)
79 #define Elf_External_Shdr NAME(Elf,External_Shdr)
80 #define Elf_External_Phdr NAME(Elf,External_Phdr)
81 #define Elf_External_Rel NAME(Elf,External_Rel)
82 #define Elf_External_Rela NAME(Elf,External_Rela)
83 #define Elf_External_Dyn NAME(Elf,External_Dyn)
85 #define elf_core_file_failing_command NAME(bfd_elf,core_file_failing_command)
86 #define elf_core_file_failing_signal NAME(bfd_elf,core_file_failing_signal)
88 NAME(bfd_elf,core_file_matches_executable_p)
[all …]
Dbfd-in2.h1748 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \ argument
1750 { NAME, IDX, 0, NULL, NULL, FLAGS, 0, \
2508 #define HOWTO(C, R, S, B, P, BI, O, SF, NAME, INPLACE, MASKSRC, MASKDST, PC) \ argument
2509 { (unsigned) C, R, S, B, P, BI, O, SF, NAME, INPLACE, MASKSRC, MASKDST, PC }
2510 #define NEWHOWTO(FUNCTION, NAME, SIZE, REL, IN) \ argument
2512 NAME, FALSE, 0, 0, IN)
6910 #define BFD_JUMP_TABLE_GENERIC(NAME) \ argument
6911 NAME##_close_and_cleanup, \
6912 NAME##_bfd_free_cached_info, \
6913 NAME##_new_section_hook, \
[all …]
Dsparclynx.c39 void NAME (lynx,set_arch_mach) (bfd *, unsigned long);
41 static bfd_boolean NAME (aout,sparclynx_write_object_contents) (bfd *);
72 NAME(lynx,set_arch_mach) (bfd *abfd, unsigned long machtype) in NAME() function
124 NAME(lynx,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
148 NAME(aout,sparclynx_write_object_contents) (bfd *abfd) in NAME() function
227 #define MY_write_object_contents NAME(aout,sparclynx_write_object_contents)
Dpdp11.c261 NAME (aout, reloc_type_lookup) (bfd * abfd ATTRIBUTE_UNUSED, in NAME() function
276 NAME (aout, reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED, in NAME() function
299 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in pdp11_aout_write_headers()
316 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); in pdp11_aout_write_headers()
332 if (! NAME (aout, write_syms) (abfd)) in pdp11_aout_write_headers()
340 || !NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd)) in pdp11_aout_write_headers()
342 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers()
366 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY()
380 NAME (aout, swap_exec_header_in) (bfd *abfd, in NAME() function
408 #define NAME_swap_exec_header_in NAME (aout, swap_exec_header_in)
[all …]
Daoutx.h153 #define MY_swap_std_reloc_in NAME (aout, swap_std_reloc_in)
157 #define MY_swap_ext_reloc_in NAME (aout, swap_ext_reloc_in)
161 #define MY_swap_std_reloc_out NAME (aout, swap_std_reloc_out)
165 #define MY_swap_ext_reloc_out NAME (aout, swap_ext_reloc_out)
176 #define howto_table_ext NAME (aout, ext_howto_table)
177 #define howto_table_std NAME (aout, std_howto_table)
263 NAME (aout, reloc_type_lookup) (bfd *abfd, bfd_reloc_code_real_type code) in NAME() function
320 NAME (aout, reloc_name_lookup) (bfd *abfd, const char *r_name) in NAME() function
372 NAME (aout, swap_exec_header_in) (bfd *abfd, in NAME() function
391 #define NAME_swap_exec_header_in NAME (aout, swap_exec_header_in)
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dh8300.h474 #define MOVFROM_STD(CODE, PREFIX, NAME, SRC, SRC_INFIX) \ argument
475 {CODE, AV_H8SX, 0, NAME, {{SRC, RDIND, E}}, {{PREFIX, SRC_INFIX, TO_IND_MOV, E}}}, \
476 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTINC, E}}, {{PREFIX, SRC_INFIX, TO_POSTINC_MOV, E}}}, \
477 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTDEC, E}}, {{PREFIX, SRC_INFIX, TO_POSTDEC_MOV, E}}}, \
478 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREINC, E}}, {{PREFIX, SRC_INFIX, TO_PREINC_MOV, E}}}, \
479 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREDEC, E}}, {{PREFIX, SRC_INFIX, TO_PREDEC_MOV, E}}}, \
480 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP2_MOV, E}}}, \
481 …{CODE, AV_H8SX, 0, NAME, {{SRC, DISP16DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP16, DSTDISP16LIST, E…
482 …{CODE, AV_H8SX, 0, NAME, {{SRC, DISP32DST, E}}, {{PREFIX, SRC_INFIX, TO_DISP32, DSTDISP32LIST, E…
483 …{CODE, AV_H8SX, 0, NAME, {{SRC, INDEXB16D, E}}, {{PREFIX, SRC_INFIX, TO_DISP16B, DSTDISP16LIST, E…
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dsysinfo.y48 %token <s> NAME
97 '(' NAME NUMBER
175 repeat_it_field: '(' REPEAT NAME
222 cond_it_field: '(' COND NAME
362 '(' NAME ')'
373 '(' NAME ')' { $$ = $2; }
382 enum_list '(' NAME NAME ')' {
/toolchain/binutils/binutils-2.25/include/aout/
Dstab_gnu.h25 #define __define_stab(NAME, CODE, STRING) NAME=CODE, argument
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE, argument
/toolchain/binutils/binutils-2.25/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
59 # with MACRO-NAME. If any OPTION has a matching handler declared with
93 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
99 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
Dltsugar.m445 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
49 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
78 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
/toolchain/binutils/binutils-2.25/include/
Dansidecl.h219 #define VA_FIXEDARG(AP, TYPE, NAME) TYPE NAME = va_arg(AP, TYPE)
296 # define ARG_UNUSED(NAME) NAME ATTRIBUTE_UNUSED argument
298 # define ARG_UNUSED(NAME) NAME
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xc16x.h31 #define LOCAL_LABEL(NAME) (NAME[0] == '.' && NAME[1] == 'L') argument
Dtc-h8300.h32 #define LOCAL_LABEL(NAME) (NAME[0] == '.' && NAME[1] == 'L') argument
Dtc-sh64.h127 #define md_parse_name(NAME, EXP, MODE, CP) \ argument
128 sh64_consume_datalabel (NAME, EXP, MODE, CP, operand)
226 #define TC_FAKE_LABEL(NAME) sh64_fake_label(NAME) argument
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dmips16-pic-1.inc1 # Declare a function called NAME and an __fn_NAME stub for it.
24 # Like stub, but ensure NAME is a local symbol.
30 # Like stub, but ensure NAME is a hidden symbol.
43 # Use an absolute sequence to load NAME into a register.
50 # and emit a dummy relocation against NAME. This macro is always
91 # Use a PIC function to call NAME.
/toolchain/binutils/binutils-2.25/intl/
Dtextdomain.c38 # define __libc_rwlock_define(CLASS, NAME) argument
39 # define __libc_rwlock_wrlock(NAME) argument
40 # define __libc_rwlock_unlock(NAME) argument
/toolchain/binutils/binutils-2.25/include/coff/
Dti.h391 #define TICOFF_LOCAL_LABEL_P(NAME) \ argument
392 ((NAME[0] == '$' && NAME[1] >= '0' && NAME[1] <= '9' && NAME[2] == '\0') \
393 || NAME[strlen(NAME)-1] == '?')

12345678