Home | History | Annotate | Download | only in bfd

Lines Matching defs:look

548      arches (not recommended due to its small-size limitations).  Look at
1333 Let's look again at the <<lop_stab>> for the trivial file
1557 mmo_data_list_type **look;
1558 for (look = &sdatap->head;
1559 *look != NULL && (*look)->where < entry->where;
1560 look = &(*look)->next)
1562 entry->next = *look;
1563 *look = entry;