| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | cygwin.h | 219 add_prefix (&exec_prefixes,\ 222 add_prefix (&exec_prefixes, cprefix, \ 224 add_prefix (&startfile_prefixes,\
|
| /openbsd/src/gnu/gcc/gcc/config/xtensa/ |
| D | elf.h | 95 add_prefix (&startfile_prefixes, \ 98 add_prefix (&include_prefixes, archdir, \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gcc.c | 293 static void add_prefix PARAMS ((struct path_prefix *, const char *, 2502 add_prefix (pprefix, prefix, component, priority, require_machine_suffix, in add_prefix() function 2564 add_prefix (pprefix, prefix, component, priority, 3186 add_prefix (&exec_prefixes, gcc_exec_prefix, "GCC", 3188 add_prefix (&startfile_prefixes, gcc_exec_prefix, "GCC", 3216 add_prefix (&exec_prefixes, nstore, 0, 3218 add_prefix (&include_prefixes, 3251 add_prefix (&startfile_prefixes, nstore, NULL, 3284 add_prefix (&startfile_prefixes, nstore, NULL, 3548 add_prefix (&include_prefixes, "include", NULL, [all …]
|
| D | collect2.c | 269 static void add_prefix PARAMS ((struct path_prefix *, const char *)); 721 add_prefix (pprefix, prefix) in add_prefix() function 800 add_prefix (pprefix, nstore); 1076 add_prefix (&libpath_lib_dirs, "/lib"); 1077 add_prefix (&libpath_lib_dirs, "/usr/lib"); 1176 add_prefix (&cmdline_lib_dirs, arg+2);
|
| D | ChangeLog.4 | 13266 (add_prefix): Replace ``first'' with ``priority''. Append new 13269 PREFIX_PRIORITY_LAST to add_prefix.
|
| D | ChangeLog | 11950 (add_prefix): Add os_multilib argument. Initialize pl->os_multilib. 11954 (main): Update find_a_file and add_prefix callers.
|
| D | FSFChangeLog.10 | 3216 (process_commands): Use them and NULL_PTR as WARN arg to add_prefix.
|
| D | ChangeLog.2 | 9275 add_prefix, prefix_from_env, prefix_from_string, do_wait,
|
| D | FSFChangeLog.11 | 1414 (add_prefix): New arg component and pass to update_path;
|
| D | ChangeLog.1 | 7174 (add_prefix, save_string): Constify char* parameters.
|
| D | ChangeLog.6 | 13309 * gcc.c (add_prefix): Similarly.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gcc.c | 297 static void add_prefix (struct path_prefix *, const char *, const char *, 2721 add_prefix (struct path_prefix *pprefix, const char *prefix, in add_prefix() function 2772 add_prefix (pprefix, prefix, component, priority, in add_sysrooted_prefix() 3407 add_prefix (&exec_prefixes, gcc_libexec_prefix, "GCC", in process_command() 3409 add_prefix (&startfile_prefixes, gcc_exec_prefix, "GCC", in process_command() 3437 add_prefix (&exec_prefixes, nstore, 0, in process_command() 3439 add_prefix (&include_prefixes, nstore, 0, in process_command() 3471 add_prefix (&startfile_prefixes, nstore, NULL, in process_command() 3504 add_prefix (&startfile_prefixes, nstore, NULL, in process_command() 3796 add_prefix (&include_prefixes, "./", NULL, in process_command() [all …]
|
| D | collect2.c | 236 static void add_prefix (struct path_prefix *, const char *); 650 add_prefix (struct path_prefix *pprefix, const char *prefix) in add_prefix() function 723 add_prefix (pprefix, nstore); in prefix_from_string() 1008 add_prefix (&libpath_lib_dirs, "/lib"); in main() 1009 add_prefix (&libpath_lib_dirs, "/usr/lib"); in main() 1119 add_prefix (&cmdline_lib_dirs, arg+2); in main()
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | Stream.cpp | 217 void Stream::_PutHex8(uint8_t uvalue, bool add_prefix) { in _PutHex8() argument 221 if (add_prefix) in _PutHex8()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-i386.c | 75 static int add_prefix PARAMS ((unsigned int)); 694 add_prefix (prefix) in add_prefix() function 1494 if (!add_prefix (FWAIT_OPCODE)) 1622 add_prefix (REX_OPCODE | i.rex); 1703 switch (add_prefix (current_templates->start->base_opcode)) 1775 if (!add_prefix (DS_PREFIX_OPCODE)) 1781 if (!add_prefix (CS_PREFIX_OPCODE)) 2561 if (!add_prefix (ADDR_PREFIX_OPCODE)) in process_suffix() 2576 if (!add_prefix (prefix)) in process_suffix() 2950 if (!add_prefix (i.seg[0]->seg_prefix)) in process_operands() [all …]
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | Stream.h | 370 void _PutHex8(uint8_t uvalue, bool add_prefix);
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-i386.c | 74 static int add_prefix PARAMS ((unsigned int)); 694 add_prefix (prefix) in add_prefix() function 1353 if (!add_prefix (FWAIT_OPCODE)) 1481 add_prefix (REX_OPCODE | i.rex); 1550 switch (add_prefix (current_templates->start->base_opcode)) 1619 if (!add_prefix (DS_PREFIX_OPCODE)) 1625 if (!add_prefix (CS_PREFIX_OPCODE)) 2288 if (!add_prefix (prefix)) in process_suffix() 2667 if (!add_prefix (i.seg[0]->seg_prefix)) in process_operands() 3172 add_prefix (prefix); in output_insn() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-9899 | 3483 (add_prefix): Change parameter from char to int. 3549 (add_prefix): New function. Add prefix to i.prefix as well as 3551 (md_assemble): Changes for add_prefix. Remove hack for wait
|
| D | ChangeLog-2005 | 115 * config/tc-i386.c (add_prefix): More fine-grained handling of
|
| D | ChangeLog-0203 | 6276 (add_prefix): Use REX_OPCODE.
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-9899 | 3483 (add_prefix): Change parameter from char to int. 3549 (add_prefix): New function. Add prefix to i.prefix as well as 3551 (md_assemble): Changes for add_prefix. Remove hack for wait
|
| D | ChangeLog-0203 | 6276 (add_prefix): Use REX_OPCODE.
|