Home
last modified time | relevance | path

Searched refs:c_strtbl (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c50 const char *str, *strtbl = config->c_strtbl; in elf_config_validate()
385 config->c_strtbl = (const char *)(head->ch_str + addr); in elf_config()
438 str = config->c_strtbl + obj->co_name; in elf_config_ent()
447 *alternate = config->c_strtbl + obj->co_alter; in elf_config_ent()
470 fltr = config->c_strtbl + fltrtbl->fr_filter; in elf_config_flt()
471 str = config->c_strtbl + fltrtbl->fr_string; in elf_config_flt()
488 flte = config->c_strtbl + fltetbl->fe_filtee; in elf_config_flt()
H A D_rtld.h184 const char *c_strtbl; member
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.c271 Hash_tbl *stbl = crle->c_strtbl; in enterdir()
358 if ((ent = get_hash(crle->c_strtbl, (Addr)dir, 0, in enternoexistdir()
459 if ((rent = get_hash(crle->c_strtbl, (Addr)path, 0, in enternoexistfile()
490 if ((ent = get_hash(crle->c_strtbl, (Addr)file, dent->e_id, in enternoexistfile()
509 Hash_tbl *stbl = crle->c_strtbl; in enterfile()
822 ent = get_hash(crle->c_strtbl, (Addr)path, 0, in inspect_file()
851 Hash_tbl *stbl = crle->c_strtbl; in inspect_dir()
954 if ((crle->c_strtbl = make_hash(crle->c_strbkts, in inspect()
1007 ent = get_hash(crle->c_strtbl, (Addr)name, 0, HASH_FND_ENT); in inspect()
1049 if ((ent = get_hash(crle->c_strtbl, in inspect()
[all …]
H A Ddepend.c56 if ((fltrent = get_hash(crle->c_strtbl, (Addr)filter, 0, in filter()
59 if ((fltrent = get_hash(crle->c_strtbl, (Addr)fltrent->e_obj->o_path, 0, in filter()
68 if ((flteent = get_hash(crle->c_strtbl, (Addr)filtee, 0, in filter()
H A D_crle.h144 Hash_tbl *c_strtbl; /* string table and size */ member
H A Dconfig.c73 Hash_tbl *stbl = crle->c_strtbl; in genconfig()