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;
526 dl->d_last_dlsym = &dl->d_first_dlsym;
551 if ((*dcs->d_last_dlsym = dl->d_first_dlsym) != NULL)
556 * All symbols in dcs->d_first_dlsym are introduced in
562 if (dl->d_first_dlsym != NULL) {
564 dcs->d_func_proto_syms = dl->d_first_dlsym;
576 if ((*dcs->d_last_dlsym = dl->d_first_dlsym) != NULL)
584 symtab_remove_level(dl->d_first_dlsym);
650 // 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 23 milliseconds