Lines Matching refs:shndx
81 unsigned int shndx = lsym.get_st_shndx(); in scan_relocs() local
83 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in scan_relocs()
98 && shndx != elfcpp::SHN_UNDEF in scan_relocs()
99 && !object->is_section_included(shndx) in scan_relocs()
100 && !symtab->is_section_folded(object, shndx)); in scan_relocs()
307 unsigned int shndx; in relocate_section() local
321 shndx = psymval->input_shndx(&is_ordinary); in relocate_section()
324 && shndx != elfcpp::SHN_UNDEF in relocate_section()
325 && !object->is_section_included(shndx) in relocate_section()
326 && !relinfo->symtab->is_section_folded(object, shndx)); in relocate_section()
357 shndx = 0; in relocate_section()
377 object->map_to_kept_section(shndx, &found); in relocate_section()
580 unsigned int shndx = lsym.get_st_shndx(); in scan_relocatable_relocs() local
582 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in scan_relocatable_relocs()
584 && shndx != elfcpp::SHN_UNDEF in scan_relocatable_relocs()
585 && !object->is_section_included(shndx)) in scan_relocatable_relocs()
599 object->output_section(shndx)->set_needs_symtab_index(); in scan_relocatable_relocs()
698 unsigned int shndx = in relocate_relocs() local
701 Output_section* os = object->output_section(shndx); in relocate_relocs()