Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

473   Elf_Internal_Sym *isym;
504 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
505 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
507 if (isym->st_shndx == sec_shndx
508 && isym->st_value > addr
509 && isym->st_value < toaddr)
510 isym->st_value -= count;
640 Elf_Internal_Sym *isym;
643 isym = isymbuf + ELF32_R_SYM (irel->r_info);
644 if (isym->st_shndx == SHN_UNDEF)
646 else if (isym->st_shndx == SHN_ABS)
648 else if (isym->st_shndx == SHN_COMMON)
651 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
652 symval = (isym->st_value
1228 Elf_Internal_Sym *isym,
1242 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
1244 if (isym->st_shndx == sec_shndx
1245 && isym->st_value == addr)
1308 Elf_Internal_Sym *isym;
1337 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1341 if (isym->st_shndx == SHN_UNDEF)
1343 else if (isym->st_shndx == SHN_ABS)
1345 else if (isym->st_shndx == SHN_COMMON)
1348 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);