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

  /src/usr.bin/xlint/lint1/
decl.c 82 dcs->d_last_dlsym = &dcs->d_first_dlsym;
539 dl->d_last_dlsym = &dl->d_first_dlsym;
564 if ((*dcs->d_last_dlsym = dl->d_first_dlsym) != NULL)
569 * All symbols in dcs->d_first_dlsym are introduced in
575 if (dl->d_first_dlsym != NULL) {
577 dcs->d_func_proto_syms = dl->d_first_dlsym;
589 if ((*dcs->d_last_dlsym = dl->d_first_dlsym) != NULL)
597 symtab_remove_level(dl->d_first_dlsym);
663 // keep d_first_dlsym
1350 for (sym_t *sym = dcs->d_first_dlsym;
    [all...]
lint1.h 383 sym_t *d_first_dlsym; /* first symbol declared at this level */ member in struct:decl_level

Completed in 13 milliseconds