Lines Matching refs:shndx
540 unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr, in unwind_eh_frame() argument
551 Cache *_cache = &cache[shndx]; in unwind_eh_frame()
588 file, EC_WORD(shndx), _cache->c_name); in unwind_eh_frame()
615 eh_state->hdr_ndx = shndx; in unwind_eh_frame()
694 eh_state->frame_ndx = shndx; in unwind_eh_frame()
701 file, EC_WORD(shndx), _cache->c_name, in unwind_eh_frame()
1109 Word shndx; in output_symbol() local
1148 shndx = sym->st_shndx; in output_symbol()
1149 tshdr = state->cache[shndx].c_shdr; in output_symbol()
1150 sec = state->cache[shndx].c_name; in output_symbol()
1167 shndx = _shxndx; in output_symbol()
1168 tshdr = state->cache[shndx].c_shdr; in output_symbol()
1169 sec = state->cache[shndx].c_name; in output_symbol()
1269 EC_WORD(shndx), EC_XWORD(tshdr->sh_size), in output_symbol()
3471 Word symndx, shndx; in move() local
3508 shndx = sym->st_shndx; in move()
3509 if (!((shndx == SHN_COMMON) || in move()
3510 (((shndx >= 1) && (shndx <= shnum)) && in move()
3511 (cache[shndx].c_shdr)->sh_type == SHT_NOBITS))) { in move()