Home | History | Annotate | Download | only in bfd

Lines Matching full:st_shndx

497       if (isym->st_shndx == sec_shndx
633 if (isym->st_shndx == SHN_UNDEF)
635 else if (isym->st_shndx == SHN_ABS)
637 else if (isym->st_shndx == SHN_COMMON)
640 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1243 if (isym->st_shndx == sec_shndx
1333 if (isym->st_shndx == SHN_UNDEF)
1335 else if (isym->st_shndx == SHN_ABS)
1337 else if (isym->st_shndx == SHN_COMMON)
1340 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);