Searched refs:add_prefix (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dcygwin.h219 add_prefix (&exec_prefixes,\
222 add_prefix (&exec_prefixes, cprefix, \
224 add_prefix (&startfile_prefixes,\
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DStream.cpp524 Stream::_PutHex8 (uint8_t uvalue, bool add_prefix) argument
533 if (add_prefix)
557 bool add_prefix = m_flags.Test(eAddPrefix); local
561 for (size_t byte = 0; byte < sizeof(uvalue); ++byte, add_prefix = false)
562 bytes_written += _PutHex8 ((uint8_t)(uvalue >> (byte * 8)), add_prefix);
566 for (size_t byte = sizeof(uvalue)-1; byte < sizeof(uvalue); --byte, add_prefix = false)
567 bytes_written += _PutHex8 ((uint8_t)(uvalue >> (byte * 8)), add_prefix);
578 bool add_prefix = m_flags.Test(eAddPrefix); local
582 for (size_t byte = 0; byte < sizeof(uvalue); ++byte, add_prefix = false)
583 bytes_written += _PutHex8 ((uint8_t)(uvalue >> (byte * 8)), add_prefix);
599 bool add_prefix = m_flags.Test(eAddPrefix); local
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c299 static void add_prefix (struct path_prefix *, const char *, const char *,
2770 add_prefix (struct path_prefix *pprefix, const char *prefix,
2800 /* Same as add_prefix, but prepending target_system_root to prefix. */
2821 add_prefix (pprefix, prefix, component, priority,
3463 add_prefix (&exec_prefixes, gcc_libexec_prefix, "GCC",
3465 add_prefix (&startfile_prefixes, gcc_exec_prefix, "GCC",
3493 add_prefix (&exec_prefixes, nstore, 0,
3495 add_prefix (&include_prefixes, nstore, 0,
3527 add_prefix (&startfile_prefixes, nstore, NULL,
3560 add_prefix (
2754 add_prefix (struct path_prefix *pprefix, const char *prefix, function
[all...]
H A Dcollect2.c238 static void add_prefix (struct path_prefix *, const char *);
659 add_prefix (struct path_prefix *pprefix, const char *prefix)
733 add_prefix (pprefix, nstore);
1010 add_prefix (&libpath_lib_dirs, "/lib");
1011 add_prefix (&libpath_lib_dirs, "/usr/lib");
1121 add_prefix (&cmdline_lib_dirs, arg+2);
650 add_prefix (struct path_prefix *pprefix, const char *prefix) function
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStream.h605 size_t _PutHex8 (uint8_t uvalue, bool add_prefix);
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-i386.c995 add_prefix (unsigned int prefix)
1803 if (!add_prefix (FWAIT_OPCODE))
1935 add_prefix (REX_OPCODE | i.rex);
2014 switch (add_prefix (current_templates->start->base_opcode))
2086 if (!add_prefix (DS_PREFIX_OPCODE))
2092 if (!add_prefix (CS_PREFIX_OPCODE))
2999 if (!add_prefix (ADDR_PREFIX_OPCODE))
3014 if (!add_prefix (prefix))
3451 if (!add_prefix (i.seg[0]->seg_prefix))
3526 add_prefix (LOCK_PREFIX_OPCOD
994 add_prefix (unsigned int prefix) function
[all...]
/freebsd-10.2-release/usr.sbin/rtadvd/
H A Dconfig.c1111 add_prefix(struct rainfo *rai, struct in6_prefixreq *ipr) function
1301 add_prefix(rai, &ipr);

Completed in 202 milliseconds