Searched refs:l_prev (Results 1 – 2 of 2) sorted by relevance
366 entry->l_prev = before; in AddEntryImpl()384 after->l_prev = entry; in AddEntryImpl()404 if (entry->l_prev) { in DelEntryImpl()407 mapper.MapReadWrite(entry->l_prev); in DelEntryImpl()408 entry->l_prev->l_next = entry->l_next; in DelEntryImpl()415 entry->l_next->l_prev = entry->l_prev; in DelEntryImpl()421 entry->l_prev = NULL; in DelEntryImpl()
132 link_map_t* l_prev; member