Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 124) sorted by relevance

12345

/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-v850.texi44 Specifies that the assembled code should be marked as being targeted at
50 Specifies that the assembled code should be marked as being targeted at
56 Specifies that the assembled code should be marked as being targeted at
62 Specifies that the assembled code should be marked as being targeted at
73 Specifies that the assembled code should be marked as being targeted at
79 Specifies that the assembled code should be marked as being targeted at
89 Specifies that the assembled code should be marked as being targeted at
302 Specifies that the assembled code should be marked as being targeted at
308 Specifies that the assembled code should be marked as being targeted at
314 Specifies that the assembled code should be marked as being targeted at
[all …]
H A Dc-hppa.texi133 In the SOM object format, insert @var{string} into the object code, marked as a
139 In the ELF object format, insert @var{string} into the object code, marked as a
262 marked by the @samp{is_comdat} flag or @samp{ST_COMDAT}. Only the first
279 complex algorithm to compare subspaces. Code symbols marked with the
285 type ST_ENTRY, ST_CODE or ST_DATA is marked with the corresponding
H A Dc-arm.texi308 be marked as supporting interworking.
333 be marked as supporting the indicated version of the Arm Procedure.
339 be marked as supporting the Arm/Thumb Procedure Calling Standard. If
358 marked as using specified floating point ABI.
378 be marked as being encoded for a big-endian processor.
389 be marked as being encoded for a little-endian processor.
394 This option specifies that the output of the assembler should be marked
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddce.c55 static sbitmap marked;
162 return TEST_BIT (marked, INSN_UID (insn)); in marked_insn_p()
176 SET_BIT (marked, INSN_UID (insn)); in mark_insn()
716 marked = sbitmap_alloc (get_max_uid () + 1); in init_dce()
717 sbitmap_zero (marked); in init_dce()
726 sbitmap_free (marked); in fini_dce()
1018 sbitmap_zero (marked); in fast_dce()
H A Dpredict.def71 /* Branch to basic block containing call marked by noreturn attribute. */
75 /* Branch to basic block containing call marked by cold function attribute. */
H A Dggc-zone.c1996 bool marked = false; in ggc_collect() local
2026 marked |= ggc_collect_1 (&main_zone, true); in ggc_collect()
2046 marked |= ggc_collect_1 (zone, !marked); in ggc_collect()
2066 if (marked) in ggc_collect()
H A Ddbxout.c3047 bool marked; in dbxout_symbol_location() local
3048 rtx tmp = get_pool_constant_mark (addr, &marked); in dbxout_symbol_location()
3054 get_pool_constant_mark (addr, &marked); in dbxout_symbol_location()
3056 marked = true; in dbxout_symbol_location()
3061 marked = true; in dbxout_symbol_location()
3066 if (!marked) in dbxout_symbol_location()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgty.texi20 allocated under control of the garbage collector must be marked. All
22 also be marked. Finally, all global variables that need to be saved
23 and restored by a precompiled header must be marked. (The precompiled
66 These don't need to be marked.
90 the data structure being marked:
102 the array item currently being marked.
186 there is one, otherwise no field in the union will be marked.
281 has been marked already; in fact, the usual case is to use
291 routine. Its only argument is a pointer to the just marked (const)
402 the Garbage Collector. So, memory marked as @code{atomic} is
[all …]
H A Doptions.texi249 For an option marked @code{Joined} or @code{Separate}, the message
257 For an option marked @code{Separate}, indicate that it takes @var{n}
274 For an option marked @code{Separate}, the option only takes an
405 For an option marked with @code{Alias(@var{opt})}, the option is
417 For an option marked with @code{Joined}, @code{Separate} and
428 is marked @code{Warn}, the target of the alias must not also be marked
H A Dtree-ssa.texi121 If the variable does, then the statement is marked as having a
145 @code{a} and @code{b}. Memory loads are similarly marked with virtual
637 marked for renaming, a call to @code{update_ssa} makes the registered
645 for newly exposed symbols and virtual names marked for updating.
677 are explicitly destroyed and only the symbols marked for
713 need to be marked for renaming.
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddce.c56 static sbitmap marked; variable
185 return bitmap_bit_p (marked, INSN_UID (insn)); in marked_insn_p()
199 bitmap_set_bit (marked, INSN_UID (insn)); in mark_insn()
770 marked = sbitmap_alloc (get_max_uid () + 1); in init_dce()
771 bitmap_clear (marked); in init_dce()
780 sbitmap_free (marked); in fini_dce()
1150 bitmap_clear (marked); in fast_dce()
H A Dpredict.def83 /* Branch to basic block containing call marked by noreturn attribute. */
87 /* Branch to basic block containing call marked by cold function attribute. */
H A Ddbxout.c3068 bool marked; in dbxout_symbol_location() local
3069 rtx tmp = get_pool_constant_mark (addr, &marked); in dbxout_symbol_location()
3075 get_pool_constant_mark (addr, &marked); in dbxout_symbol_location()
3077 marked = true; in dbxout_symbol_location()
3082 marked = true; in dbxout_symbol_location()
3087 if (!marked) in dbxout_symbol_location()
/dragonfly/contrib/smbfs/examples/
H A Ddot.nsmbrc15 # End of the section marked either by new section or by the end of file.
40 # retry_count + + - - number of retries before connection marked as broken
/dragonfly/sys/dev/disk/dm/dmirror/
H A Ddmirror_notes.txt155 * If doing a write operation and the segment is marked UNITIALIZED
197 * If both drives are marked MASTER the write is directed to both
203 succeeded) is marked as MASTER.
207 If a drive is already marked MASTER we cannot mark the other drive
223 marked MASTER and the segment for the other drive is not.
225 * In a conflict situation (where both drives are marked MASTER
/dragonfly/test/debug/
H A DREADME7 unresolved (marked UNRESOLVED -- cache state not yet
/dragonfly/usr.sbin/cron/doc/
H A DINSTALL21 Read the comments at the top of the Makefile, then edit the area marked
25 top of the file, but it's clearly marked. Also look at pathnames.h.
/dragonfly/contrib/bzip2/
H A DLICENSE20 3. Altered source versions must be plainly marked as such, and must
/dragonfly/contrib/nvi2/regex/
H A DCOPYRIGHT16 3. Altered versions must be plainly marked as such, and must not be
/dragonfly/sys/platform/vkernel64/conf/
H A Dfiles2 # files marked standard are always included.
/dragonfly/tools/tools/net80211/wlaninject/
H A DREADME82 the MoreFrag bit marked in the 802.11 header.
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Doperators.def53 are marked as binary.
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Doperators.def51 marked as binary.
/dragonfly/contrib/cvs-1.12/contrib/
H A Dintro.doc64 marked in the file surrounded by lines of the form <<<< and >>>>.
/dragonfly/contrib/zlib-1.2/
H A DREADME101 2. Altered source versions must be plainly marked as such, and must not be

12345