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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dlinker.c1397 CYCLE, /* Repeat with symbol pointed to. */
1398 REFC, /* Mark indirect symbol referenced and then CYCLE. */
1399 WARNC /* Issue warning and then CYCLE. */
1410 /* DEF_ROW */ {DEF, DEF, DEF, MDEF, DEF, CDEF, MDEF, CYCLE },
1411 /* DEFW_ROW */ {DEFW, DEFW, DEFW, NOACT, NOACT, NOACT, NOACT, CYCLE },
1413 /* INDR_ROW */ {IND, IND, IND, MDEF, IND, CIND, MIND, CYCLE },
1415 /* SET_ROW */ {SET, SET, SET, SET, SET, SET, CYCLE, CYCLE }
1881 case CYCLE:
1392 CYCLE, /* Repeat with symbol pointed to. */ enumerator in enum:link_action

Completed in 33 milliseconds