Home
last modified time | relevance | path

Searched refs:sup_name (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dsupport.c84 support[interface].sup_name)) == NULL) in ld_sup_loadso()
88 support[interface].sup_name)); in ld_sup_loadso()
92 support[LDS_VERSION].sup_name, LDS_VERSION, 0)); in ld_sup_loadso()
150 support[LDS_START].sup_name, LDS_START, ofl->ofl_name)); in ld_sup_start()
163 support[LDS_ATEXIT].sup_name, LDS_ATEXIT, 0)); in ld_sup_atexit()
207 support[LDS_OPEN].sup_name, LDS_OPEN, *opath)); in ld_sup_open()
248 support[LDS_FILE].sup_name, LDS_FILE, ifile)); in ld_sup_file()
281 support[LDS_INSEC].sup_name, LDS_INSEC, sname)); in ld_sup_input_section()
310 support[LDS_SEC].sup_name, LDS_SEC, scn)); in ld_sup_section()
332 support[LDS_INPUT_DONE].sup_name, LDS_INPUT_DONE, 0)); in ld_sup_input_done()
H A D_libld.h278 const char *sup_name; /* ld_support function name */ member