Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 1441) sorted by last modified time

12345678910>>...58

/netbsd/external/gpl3/gcc/dist/
H A Dlibtool.m44440 # Instead, shared libraries are loaded at an image base (0x10000000 by
5910 # Instead, shared libraries are loaded at an image base (0x10000000 by
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dtypeinfo57 // when objects are loaded with RTLD_LOCAL, so now we always use strcmp by
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/python/
H A Dhook.in25 # This file might be loaded when there is no current objfile. This
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/
H A Duser.cfg.in1456 # page has loaded.
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d6931 immutable loaded = loadProperty(name, set) || loadUnicodeSet!(scripts.tab)(name, set)
6934 if (loaded)
/netbsd/external/gpl3/gcc/dist/libobjc/
H A DChangeLog890 category that was loaded in the module to the list of classes for
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dfunctions.texi1448 executable, not loaded at runtime. The section is not written to the
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.texi3935 loaded via the @env{ACC_PROFLIB} environment variable does work, as
/netbsd/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dcmpsi2.S158 ;; Compare loaded bytes
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc133 bitmap loaded; /* The set of loops in that this memory location member in im_mem_ref
1466 ref->loaded = NULL; in mem_ref_alloc()
1512 if (!ref->loaded) in set_ref_loaded_in_loop()
1513 ref->loaded = BITMAP_ALLOC (&lim_bitmap_obstack); in set_ref_loaded_in_loop()
1514 return bitmap_set_bit (ref->loaded, loop->num); in set_ref_loaded_in_loop()
2264 || (ref->loaded && bitmap_bit_p (ref->loaded, loop->num))) in execute_sm()
3175 if (ref->loaded in can_sm_ref_p()
3176 && bitmap_bit_p (ref->loaded, loop->num) in can_sm_ref_p()
H A Dtarget.def1801 two loaded vectors. The first two arguments to @code{REALIGN_LOAD},\n\
4935 defined, the argument will be computed in the stack and then loaded into\n\
5733 loaded into some register class. By returning @code{NO_REGS} you can\n\
5738 @var{x} is a floating-point constant. If the constant can't be loaded\n\
/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Dnotes.txt113 . . │ dlsym () within loaded DSO
127 . . │ dlclose () the loaded DSO
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi16115 . . │ dlsym () within loaded DSO
16129 . . │ dlclose () the loaded DSO
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dtm.texi2440 single-byte values can be loaded or stored. This is so that
2616 loaded into some register class. By returning @code{NO_REGS} you can
2621 @var{x} is a floating-point constant. If the constant can't be loaded
2653 loaded into some register class. By returning @code{NO_REGS} you can
2658 @var{x} is a floating-point constant. If the constant cannot be loaded
4114 defined, the argument will be computed in the stack and then loaded into
5076 variable to be loaded into some register. The name of this variable is
5435 handling to ensure that the static chain register is loaded when
6048 two loaded vectors. The first two arguments to @code{REALIGN_LOAD},
9175 automatically called when a shared library is loaded. The function
[all …]
H A Dtm.texi.in2056 single-byte values can be loaded or stored. This is so that
2226 loaded into some register class. By returning @code{NO_REGS} you can
2231 @var{x} is a floating-point constant. If the constant cannot be loaded
3608 variable to be loaded into some register. The name of this variable is
3791 handling to ensure that the static chain register is loaded when
5984 automatically called when a shared library is loaded. The function
6566 Those bytes should be zero when loaded. @var{nbytes} will be a C
H A Dtree-ssa.texi90 value is loaded by the statement (e.g., the operand at the RHS of an
H A Dplugins.texi37 -rdynamic} as well as Windows/MinGW. They are loaded by the compiler
41 Plugins are loaded with
54 loaded from the @file{plugin} directory, so @option{-fplugin=@var{name}} is
93 is called right after the plugin is loaded. This function is
465 When your plugin is loaded, you can inspect the various
H A Drtl.texi2479 or the first operand must be loaded into a register while its mode is
4162 example, when a constant is loaded into a register that is never
H A Dmd.texi2522 Integer constant that can be loaded with a @code{ldil} instruction
2831 Such constants can be loaded using @code{lui}.
2834 A constant that cannot be loaded using @code{lui}, @code{addiu}
3308 Vector constant that can be loaded with the XXSPLTIB instruction.
3326 Vector constant that can be loaded with XXSPLTIB & sign extension.
3367 loaded to a VSX register with one prefixed instruction.
3370 An IEEE 128-bit constant that can be loaded into a VSX register with
3379 A floating point constant that can be loaded into a register using
3720 loaded with the @code{sethi} instruction)
4979 vectors should be loaded. Other elements of the destination
[all …]
H A Dobjc.texi273 loaded into your running program. This happens automatically without any
710 object file is loaded (if you wonder how it works behind the scenes, the
H A Dgimple.texi273 one entry per memory symbol loaded by this statement. This is
548 value is explicitly loaded into a temporary first. Similarly, storing
982 Return the set of symbols loaded by statement @code{G}. Each element of
H A Dhostconfig.texi56 This host hook is called when a PCH file is about to be loaded.
61 Return 0 if the memory is allocated but the data is not loaded. Return 1
66 be loaded, this hook may be called with @var{size} zero, in which case
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.def75 collect all modules for each loaded shared library and executable. The\n\
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc14153 unsigned loaded = 0; in read_imports() local
14245 loaded++; in read_imports()
14248 return loaded; in read_imports()
/netbsd/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.md281 ;; was in a load/store, then we would get smaller code if we only loaded the

12345678910>>...58