Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c121 Cache *seccache; /* Cache of symbol table section hdr */ member
977 state->seccache = &cache[secndx]; in init_symtbl_state()
979 state->secname = state->seccache->c_name; in init_symtbl_state()
985 shdr = state->seccache->c_shdr; in init_symtbl_state()
995 if (state->seccache->c_data == NULL) in init_symtbl_state()
1000 state->sym = (Sym *)state->seccache->c_data->d_buf; in init_symtbl_state()
1123 symname = string(state->seccache, symndx, in output_symbol()
1124 &state->cache[state->seccache->c_shdr->sh_link], state->file, in output_symbol()