Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

472   Elf_Internal_Sym *isym;
503 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
504 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
506 if (isym->st_shndx == sec_shndx
507 && isym->st_value > addr
508 && isym->st_value < toaddr)
509 isym->st_value -= count;
639 Elf_Internal_Sym *isym;
642 isym = isymbuf + ELF32_R_SYM (irel->r_info);
643 if (isym->st_shndx == SHN_UNDEF)
645 else if (isym->st_shndx == SHN_ABS)
647 else if (isym->st_shndx == SHN_COMMON)
650 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
651 symval = (isym->st_value
1227 Elf_Internal_Sym *isym,
1241 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
1243 if (isym->st_shndx == sec_shndx
1244 && isym->st_value == addr)
1307 Elf_Internal_Sym *isym;
1336 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1340 if (isym->st_shndx == SHN_UNDEF)
1342 else if (isym->st_shndx == SHN_ABS)
1344 else if (isym->st_shndx == SHN_COMMON)
1347 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);