Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

784 	  Elf_Internal_Sym *isym;
787 isym = isymbuf + ELF32_R_SYM (irel->r_info);
788 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
789 symval = isym->st_value;
1490 Elf_Internal_Sym *isym;
1522 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1523 isymend = isym + symtab_hdr->sh_info;
1524 for (; isym < isymend; isym++)
1526 if (isym->st_shndx == sec_shndx
1527 && isym->st_value > addr
1528 && isym->st_value <= toaddr)
1529 isym->st_value -= count;
1559 Elf_Internal_Sym *isym;
1569 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1570 isymend = isym + symtab_hdr->sh_info;
1571 for (; isym < isymend; isym++)
1573 if (isym->st_shndx == sec_shndx
1574 && isym->st_value == addr)
1631 Elf_Internal_Sym *isym, *isymend;
1658 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1662 if (isym->st_shndx == SHN_UNDEF)
1664 else if (isym->st_shndx == SHN_ABS)
1666 else if (isym->st_shndx == SHN_COMMON)
1669 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);