Searched refs:strtbl (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c134 const char *str, *strtbl; local
137 strtbl = (const char *)((char *)addr + head->ch_str);
146 str = strtbl + obj->co_name;
155 str = strtbl + obj->co_name;
160 if ((*fptr)(str, strtbl + obj->co_alter) != 0)
189 str = strtbl + obj->co_alter;
/opensolaris-onvv-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c66 char *strtbl, *_strtbl; local
245 strtbl = _strtbl = (char *)(CAST_PTRINT(char *, head->ch_str) + addr);
280 (void) memset(dirtbl, 0, (strtbl - (char *)dirtbl));
314 objtbl->co_name = (Addr)(_strtbl - strtbl);
391 objtbl->co_name = (Addr)(_strtbl - strtbl);
417 (Addr)(_strtbl - strtbl);
519 head->ch_edlibpath = head->ch_str + (_strtbl - strtbl);
527 head->ch_adlibpath = head->ch_str + (_strtbl - strtbl);
535 head->ch_eslibpath = head->ch_str + (_strtbl - strtbl);
543 head->ch_aslibpath = head->ch_str + (_strtbl - strtbl);
[all...]
H A Dprint.c225 const char *strtbl; local
306 strtbl = (const char *)(CAST_PTRINT(char *, head->ch_str) + addr);
423 alter = (char *)(strtbl + obj->co_alter);
431 if (inspect(crle, (strtbl + obj->co_name),
437 (strtbl + obj->co_alter), (strtbl + obj->co_name));
449 MSG_ORIG(MSG_CMD_DUMPGRP), (strtbl + obj->co_name));
740 (strtbl + fltrtbl->fr_filter),
741 (strtbl + fltrtbl->fr_string));
751 (strtbl
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c781 * strtbl - String table to grow
785 strtbl_alloc(ARSTRTBL *strtbl, size_t need) argument
794 uint64_t used64 = strtbl->used;
795 uint64_t size64 = strtbl->size;
816 tbl32 = (strtbl == &long_strtbl);
827 if (strtbl->base == NULL)
854 strtbl->base = realloc(strtbl->base, size64);
855 if (strtbl->base == NULL) {
860 strtbl
892 strtbl_pad(ARSTRTBL *strtbl, size_t n, int ch) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c50 const char *str, *strtbl = config->c_strtbl; local
70 cname = _cname = (char *)(strtbl + obj->co_name);
130 str = strtbl + obj->co_name;
148 str = strtbl + obj->co_name;
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c940 Str_tbl *strtbl; local
949 strtbl = ofl->ofl_strtab;
951 strtbl = ofl->ofl_dynstrtab;
1029 if (st_insert(strtbl, ifl->ifl_soname) == -1)
1076 if (st_insert(strtbl, ofl->ofl_soname) == -1)
1081 if (st_insert(strtbl, ofl->ofl_filtees) == -1)
1098 if (st_insert(strtbl, ofl->ofl_rpath) == -1)
1117 if (st_insert(strtbl, ofl->ofl_config) == -1)
1131 if (st_insert(strtbl, ofl->ofl_depaudit) == -1)
1136 if (st_insert(strtbl, of
1595 Str_tbl *strtbl; local
[all...]
H A Dupdate.c2074 Str_tbl *strtbl; local
2093 strtbl = ofl->ofl_strtab;
2097 strtbl = ofl->ofl_dynstrtab;
2130 (void) st_setstring(strtbl, ifl->ifl_soname, &stoff);
2148 (void) st_setstring(strtbl, dftp->dft_str,
2174 (void) st_setstring(strtbl, ofl->ofl_soname, &stoff);
2184 (void) st_setstring(strtbl, ofl->ofl_filtees, &stoff);
2191 (void) st_setstring(strtbl, ofl->ofl_rpath, &stoff);
2206 (void) st_setstring(strtbl, ofl->ofl_config, &stoff);
2212 (void) st_setstring(strtbl, of
2605 Str_tbl *strtbl; local
2755 Str_tbl *strtbl; local
3272 Str_tbl *strtbl; local
[all...]
H A Dversion.c342 Str_tbl *strtbl; local
348 strtbl = (OFL_IS_STATIC_OBJ(ofl)) ? ofl->ofl_strtab :
435 if (st_insert(strtbl, vip->vi_name) == -1)
444 if (st_insert(strtbl, ifl->ifl_soname) == -1)

Completed in 114 milliseconds