HomeSort by relevance Sort by last modified time
    Searched refs:nocrossref_list (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 106 %type <nocrossref> nocrossref_list
352 | NOCROSSREFS '(' nocrossref_list ')'
884 nocrossref_list: label
889 | NAME nocrossref_list
898 | NAME ',' nocrossref_list
ldcref.c 535 for (ncrs = nocrossref_list; ncrs != NULL; ncrs = ncrs->next)
573 for (ncrs = nocrossref_list; ncrs != NULL; ncrs = ncrs->next)
ldlang.h 503 extern struct lang_nocrossrefs *nocrossref_list;
ldmain.c 441 if (nocrossref_list != NULL)
    [all...]
ldlang.c 109 struct lang_nocrossrefs *nocrossref_list; variable in typeref:struct:lang_nocrossrefs
    [all...]

Completed in 878 milliseconds