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