Home
last modified time | relevance | path

Searched refs:add_prefix (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/i386/
Dcygwin.h219 add_prefix (&exec_prefixes,\
222 add_prefix (&exec_prefixes, cprefix, \
224 add_prefix (&startfile_prefixes,\
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Delf.h95 add_prefix (&startfile_prefixes, \
98 add_prefix (&include_prefixes, archdir, \
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcc.c293 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 …]
Dcollect2.c269 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);
DChangeLog.413266 (add_prefix): Replace ``first'' with ``priority''. Append new
13269 PREFIX_PRIORITY_LAST to add_prefix.
DChangeLog11950 (add_prefix): Add os_multilib argument. Initialize pl->os_multilib.
11954 (main): Update find_a_file and add_prefix callers.
DFSFChangeLog.103216 (process_commands): Use them and NULL_PTR as WARN arg to add_prefix.
DChangeLog.29275 add_prefix, prefix_from_env, prefix_from_string, do_wait,
DFSFChangeLog.111414 (add_prefix): New arg component and pass to update_path;
DChangeLog.17174 (add_prefix, save_string): Constify char* parameters.
DChangeLog.613309 * gcc.c (add_prefix): Similarly.
/openbsd/src/gnu/gcc/gcc/
Dgcc.c297 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 …]
Dcollect2.c236 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/
DStream.cpp217 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/
Dtc-i386.c75 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/
DStream.h370 void _PutHex8(uint8_t uvalue, bool add_prefix);
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.c74 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/
DChangeLog-98993483 (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
DChangeLog-2005115 * config/tc-i386.c (add_prefix): More fine-grained handling of
DChangeLog-02036276 (add_prefix): Use REX_OPCODE.
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-98993483 (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
DChangeLog-02036276 (add_prefix): Use REX_OPCODE.