Searched refs:sup_name (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | support.c | 83 if ((fptr = dlsym(handle, support[interface].sup_name)) == NULL) in ld_sup_loadso() 87 support[interface].sup_name)); in ld_sup_loadso() 91 support[LDS_VERSION].sup_name, LDS_VERSION, 0)); in ld_sup_loadso() 149 support[LDS_START].sup_name, LDS_START, ofl->ofl_name)); in ld_sup_start() 162 support[LDS_ATEXIT].sup_name, LDS_ATEXIT, 0)); in ld_sup_atexit() 206 support[LDS_OPEN].sup_name, LDS_OPEN, *opath)); in ld_sup_open() 247 support[LDS_FILE].sup_name, LDS_FILE, ifile)); in ld_sup_file() 280 support[LDS_INSEC].sup_name, LDS_INSEC, sname)); in ld_sup_input_section() 309 support[LDS_SEC].sup_name, LDS_SEC, scn)); in ld_sup_section() 331 support[LDS_INPUT_DONE].sup_name, LDS_INPUT_DONE, 0)); in ld_sup_input_done()
|
H A D | _libld.h | 279 const char *sup_name; /* ld_support function name */ member
|