Lines Matching refs:secndx
122 Word secndx; /* Index of symbol table section hdr */ member
966 init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx, in init_symtbl_state() argument
977 state->seccache = &cache[secndx]; in init_symtbl_state()
978 state->secndx = secndx; in init_symtbl_state()
1016 (versym->cache->c_shdr->sh_link == state->secndx)) in init_symtbl_state()
1040 (shdr->sh_link != state->secndx)) in symbols_getxindex()
2422 Word secndx; in symbols() local
2424 for (secndx = 1; secndx < shnum; secndx++) { in symbols()
2428 _cache = &cache[secndx]; in symbols()
2436 if (!match(MATCH_F_ALL, _cache->c_name, secndx, shdr->sh_type)) in symbols()
2439 if (!init_symtbl_state(&state, cache, shnum, secndx, ehdr, in symbols()