Searched refs:symshndx (Results 1 – 5 of 5) sorted by relevance
243 GElf_Word *symshndx = NULL; in construct_symtab() local261 symshndx = (GElf_Word *)data->d_buf; in construct_symtab()300 if (sym->se_sym.st_shndx == SHN_XINDEX && symshndx != NULL) { in construct_symtab()306 sym->se_shndx = symshndx[i]; in construct_symtab()
788 Elf32_Word *symshndx = 0; in readsyms() local829 (symshndx == 0) && (nosymshndx == 0)) { in readsyms()841 symshndx = in readsyms()849 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) { in readsyms()850 buf->shndx = symshndx[i]; in readsyms()
520 Elf32_Word *symshndx = 0; in print_symtab() local539 (symshndx == 0) && (nosymshndx == 0)) { in print_symtab()557 symshndx = (Elf32_Word *)_data->d_buf; in print_symtab()565 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) { in print_symtab()566 shndx = symshndx[index]; in print_symtab()
1935 Word *symshndx = NULL; in ld_sym_process() local1962 symshndx = isc->is_symshndx->is_indata->d_buf; in ld_sym_process()2052 if (symshndx && (sym->st_shndx == SHN_XINDEX)) { in ld_sym_process()2053 shndx = symshndx[ndx]; in ld_sym_process()2367 if (symshndx && (nsym->st_shndx == SHN_XINDEX)) { in ld_sym_process()2368 shndx = symshndx[ndx]; in ld_sym_process()
207 Word *symshndx = NULL; /* .symtab_shndx table */ in update_osym() local243 symshndx = in update_osym()411 symshndx[symtab_ndx] = sectndx; in update_osym()726 if (symshndx) in update_osym()727 _symshndx = &symshndx[symtab_ndx]; in update_osym()1827 assert(symshndx != NULL); in update_osym()1828 symshndx[_symndx] = sectndx; in update_osym()1943 if (symshndx) in update_osym()