Home | History | Annotate | Download | only in ld

Lines Matching full:is_before

3759 	  if (where != NULL && i->is_before)
4552 s->insert_statement.is_before ? "BEFORE" : "AFTER",
7270 lang_add_insert (const char *where, int is_before)
7276 new_stmt->is_before = is_before;