Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

790 	  Elf_Internal_Sym *isym;
793 isym = isymbuf + ELF32_R_SYM (irel->r_info);
794 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
795 symval = isym->st_value;
1496 Elf_Internal_Sym *isym;
1528 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1529 isymend = isym + symtab_hdr->sh_info;
1530 for (; isym < isymend; isym++)
1532 if (isym->st_shndx == sec_shndx
1533 && isym->st_value > addr
1534 && isym->st_value <= toaddr)
1535 isym->st_value -= count;
1565 Elf_Internal_Sym *isym;
1575 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1576 isymend = isym + symtab_hdr->sh_info;
1577 for (; isym < isymend; isym++)
1579 if (isym->st_shndx == sec_shndx
1580 && isym->st_value == addr)
1637 Elf_Internal_Sym *isym, *isymend;
1664 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1668 if (isym->st_shndx == SHN_UNDEF)
1670 else if (isym->st_shndx == SHN_ABS)
1672 else if (isym->st_shndx == SHN_COMMON)
1675 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);