Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

1529 			     Elf_Internal_Sym * isym,
1543 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
1544 if (isym->st_shndx == sec_shndx && isym->st_value == addr)
1576 Elf_Internal_Sym *isym;
1584 isym
1589 Elf_Internal_Sym *lsym = isym + sidx;
1613 Elf_Internal_Sym *isym;
1636 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1649 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1650 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
1651 if (isym->st_shndx == sec_shndx
1652 && isym->st_value > addr && isym->st_value < toaddr)
1653 isym->st_value -= count;
1686 Elf_Internal_Sym *isym;
1725 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1726 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
1727 if (isym->st_shndx == sec_shndx
1728 && isym->st_value >= addr && isym->st_value < sec_end)
1729 isym->st_value += 4;
1828 Elf_Internal_Sym *isym;
1831 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1832 if (isym->st_shndx == SHN_UNDEF)
1834 else if (isym->st_shndx == SHN_ABS)
1836 else if (isym->st_shndx == SHN_COMMON)
1839 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1840 symval = (isym->st_value
1995 Elf_Internal_Sym *isym;
1998 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1999 if (isym->st_shndx == SHN_UNDEF)
2001 else if (isym->st_shndx == SHN_ABS)
2003 else if (isym->st_shndx == SHN_COMMON)
2006 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
2007 symval = (isym->st_value