Lines Matching defs:entry

97  * External entry for dlerror(3dl).  Returns a pointer to the string describing
105 int entry;
107 entry = enter(0);
116 if (entry)
566 * Argument checking for dlclose. Only called via external entry.
589 * External entry for dlclose(3dl). Returns 0 for success, non-zero otherwise.
594 int error, entry;
597 entry = enter(0);
603 if (entry)
970 * Argument checking for dlopen. Only called via external entry.
1011 * External entry for dlopen(3dl). On success, returns a pointer (handle) to
1018 int entry;
1023 entry = enter(0);
1030 if (entry)
1038 * External entry for dlmopen(3dl).
1043 int entry;
1047 entry = enter(0);
1053 if (entry)
1240 * symbol table entry for the same name, then we need to establish the
1484 * Argument checking for dlsym. Only called via external entry.
1510 * External entry for dlsym(). On success, returns the address of the specified
1516 int entry;
1520 entry = enter(0);
1526 if (entry) {
1558 * External entry for dladdr(3dl) and dladdr1(3dl). Returns an information
1564 int entry, ret;
1568 entry = enter(0);
1589 if (entry)
1599 int entry, ret = 1;
1603 entry = enter(0);
1643 if (entry)
1714 * External entry for dldump(3c). Returns 0 on success, non-zero otherwise.
1719 int error, entry;
1722 entry = enter(0);
1737 if (entry)
2108 * Use the symbols index to reference the Syminfo entry
2154 * dynamic entry string. The user might be
2155 * attempting to re-change an entry using the
2180 * External entry for dlinfo(3dl).
2185 int error, entry;
2188 entry = enter(0);
2194 if (entry)
2204 * entry:
2300 int entry;
2302 entry = enter(0);
2363 if (entry)