HomeSort by: relevance | last modified time | path
    Searched defs:only_list (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objdump.c 181 static struct only * only_list = NULL; variable in typeref:struct:only
779 if (only_list == NULL)
782 for (only = only_list; only; only = only->next)
801 for (only = only_list; only; only = only->next)
808 only->next = only_list;
809 only_list = only;
826 if (only_list == NULL)
829 for (only = only_list; only; only = only->next)
836 for (only = only_list; only; only = next)
3778 if (only_list == NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 181 static struct only * only_list = NULL; variable in typeref:struct:only
779 if (only_list == NULL)
782 for (only = only_list; only; only = only->next)
801 for (only = only_list; only; only = only->next)
808 only->next = only_list;
809 only_list = only;
826 if (only_list == NULL)
829 for (only = only_list; only; only = only->next)
836 for (only = only_list; only; only = next)
3787 if (only_list == NULL
    [all...]

Completed in 17 milliseconds