Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

468   Elf_Internal_Sym *isym;
499 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
500 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
502 if (isym->st_shndx == sec_shndx
503 && isym->st_value > addr
504 && isym->st_value < toaddr)
505 isym->st_value -= count;
634 Elf_Internal_Sym *isym;
637 isym = isymbuf + ELF32_R_SYM (irel->r_info);
638 if (isym->st_shndx == SHN_UNDEF)
640 else if (isym->st_shndx == SHN_ABS)
642 else if (isym->st_shndx == SHN_COMMON)
645 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
646 symval = (isym->st_value
1232 Elf_Internal_Sym *isym,
1246 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
1248 if (isym->st_shndx == sec_shndx
1249 && isym->st_value == addr)
1305 Elf_Internal_Sym *isym;
1334 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1338 if (isym->st_shndx == SHN_UNDEF)
1340 else if (isym->st_shndx == SHN_ABS)
1342 else if (isym->st_shndx == SHN_COMMON)
1345 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);