HomeSort by relevance Sort by last modified time
    Searched full:list_tail (Results 1 - 6 of 6) sorted by null

  /system/core/libcutils/include/cutils/
list.h 82 #define list_tail(list) ((list)->prev) macro
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.h 174 struct coff_scope *list_tail; member in struct:coff_scope
coffgrok.c 106 if (top_scope->list_tail)
108 top_scope->list_tail->next = n;
114 top_scope->list_tail = n;
  /system/core/liblog/
local_logger.c 195 log->last[logId] = list_tail(&log->head);
logprint.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-macho.c 1789 obj_mach_o_indirect_sym *list_tail = NULL; local
    [all...]

Completed in 95 milliseconds