Home | History | Annotate | Download | only in bfd

Lines Matching full:st_shndx

636       if (isym->st_shndx == sec_shndx
789 if (isym->st_shndx == SHN_UNDEF)
791 else if (isym->st_shndx == SHN_ABS)
793 else if (isym->st_shndx == SHN_COMMON)
796 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1036 if (isym->st_shndx == SHN_UNDEF)
1038 else if (isym->st_shndx == SHN_ABS)
1040 else if (isym->st_shndx == SHN_COMMON)
1043 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);