• Home
  • Raw
  • Download

Lines Matching refs:isym

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