Home | History | Annotate | Download | only in libiberty

Lines Matching defs:sh_map

1110   unsigned *sh_map;
1287 sh_map = XNEWVEC (unsigned, shnum);
1288 sh_map[0] = 0;
1293 sh_map[i] = 0;
1295 sh_map[i] = new_i++;
1304 sh_map[symtab_indices_shndx[i - 1]] = new_i++;
1542 st_shndx = sh_map[first_shndx];
1575 st_shndx = sh_map[st_shndx];
1586 symtab_indices_shndx_buf[sh_map[symtab_indices_shndx[i - 1]]
1603 type_functions->set_Elf_Word (dst, sh_map[shndx]);
1637 sh_info = sh_map[sh_info];
1643 sh_link = sh_map[sh_link];
1663 XDELETEVEC (sh_map);