Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c125 Cache *seccache; /* Cache of symbol table section hdr */ member
1042 state->seccache = &cache[secndx]; in init_symtbl_state()
1044 state->secname = state->seccache->c_name; in init_symtbl_state()
1050 shdr = state->seccache->c_shdr; in init_symtbl_state()
1060 if ((state->seccache->c_data == NULL) || in init_symtbl_state()
1061 (state->seccache->c_data->d_buf == NULL)) in init_symtbl_state()
1066 state->sym = (Sym *)state->seccache->c_data->d_buf; in init_symtbl_state()
1192 symname = string(state->seccache, symndx, in output_symbol()
1193 &state->cache[state->seccache->c_shdr->sh_link], state->file, in output_symbol()