Searched refs:found_obj (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c61 uint_t found_obj = 0; local
95 found_obj = 1;
102 if (found_obj & dynbase)
106 if (found_obj) {
/illumos-gate/usr/src/lib/libtnfctl/
H A Dsym.c171 objlist_t *obj, *found_obj; local
181 found_obj = NULL;
200 found_obj = obj;
205 if (found_obj == NULL)
208 prexstat = _tnfctl_sym_find_in_obj(found_obj->objfd,
209 found_obj->baseaddr, symname, symaddr);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c469 * found, *found_obj is set to TRUE (1). Returns the number of symbols
473 mksymtab(const char *arname, ARFILEP **symlist, int *found_obj) argument
668 *found_obj = 1;
694 if (found_obj) {
1011 require64(size_t nsyms, int found_obj, size_t longnames) argument
1033 if (found_obj)
1034 size += sizeof_symtbl(nsyms, found_obj, 4) + PADSZ;
1061 int found_obj = 0; local
1075 nsyms = mksymtab(name, &symlist, &found_obj);
1085 if (require64(nsyms, found_obj, longname
1596 sizeof_symtbl(size_t nsyms, int found_obj, size_t eltsize) argument
[all...]

Completed in 48 milliseconds