HomeSort by: relevance | last modified time | path
    Searched refs:d_last_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)
552 dcs->d_last_dlsym = dl->d_last_dlsym;
563 *dl->d_last_dlsym = dcs->d_func_proto_syms;
576 if ((*dcs->d_last_dlsym = dl->d_first_dlsym) != NULL)
577 dcs->d_last_dlsym = dl->d_last_dlsym;
651 // keep d_last_dlsym
    [all...]
lint1.h 384 sym_t **d_last_dlsym; /* points to s_level_next in the last symbol member in struct:decl_level

Completed in 22 milliseconds