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

/illumos-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;
/illumos-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...]
/illumos-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;
/illumos-gate/usr/src/cmd/sgs/libld/common/
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)
H A Dsections.c947 Str_tbl *strtbl; local
956 strtbl = ofl->ofl_strtab;
958 strtbl = ofl->ofl_dynstrtab;
1036 if (st_insert(strtbl, ifl->ifl_soname) == -1)
1083 if (st_insert(strtbl, ofl->ofl_soname) == -1)
1088 if (st_insert(strtbl, ofl->ofl_filtees) == -1)
1105 if (st_insert(strtbl, ofl->ofl_rpath) == -1)
1124 if (st_insert(strtbl, ofl->ofl_config) == -1)
1138 if (st_insert(strtbl, ofl->ofl_depaudit) == -1)
1143 if (st_insert(strtbl, of
1605 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
2612 Str_tbl *strtbl; local
2762 Str_tbl *strtbl; local
3279 Str_tbl *strtbl; local
[all...]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c808 * strtbl - String table to grow
812 strtbl_alloc(ARSTRTBL *strtbl, size_t need) argument
821 uint64_t used64 = strtbl->used;
822 uint64_t size64 = strtbl->size;
843 tbl32 = (strtbl == &long_strtbl);
854 if (strtbl->base == NULL)
881 strtbl->base = realloc(strtbl->base, size64);
882 if (strtbl->base == NULL) {
887 strtbl
919 strtbl_pad(ARSTRTBL *strtbl, size_t n, int ch) argument
[all...]

Completed in 113 milliseconds