Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

1130   Elf_Internal_Sym *isym;
1229 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1230 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1231 symval = isym->st_value;
1279 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1281 if (isym != NULL)
1285 isymend = isym + symtab_hdr->sh_info;
1286 for (; isym < isymend; isym++)
1288 if (isym->st_shndx == sec_shndx)
1290 if (isym->st_value > addr
1291 && isym->st_value <= toaddr)
1292 isym->st_value -= count;
1294 if (isym->st_value <= addr
1295 && isym->st_value + isym->st_size > addr)
1300 BFD_ASSERT (isym->st_value + isym->st_size >= addr + count);
1301 isym->st_size -= count;
1405 Elf_Internal_Sym *isym;
1408 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1409 if (isym->st_shndx == SHN_UNDEF)
1411 else if (isym->st_shndx == SHN_ABS)
1413 else if (isym->st_shndx == SHN_COMMON)
1416 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1417 symval = (isym->st_value