Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

1131   Elf_Internal_Sym *isym;
1230 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1231 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1232 symval = isym->st_value;
1280 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1282 if (isym != NULL)
1286 isymend = isym + symtab_hdr->sh_info;
1287 for (; isym < isymend; isym++)
1289 if (isym->st_shndx == sec_shndx)
1291 if (isym->st_value > addr
1292 && isym->st_value <= toaddr)
1293 isym->st_value -= count;
1295 if (isym->st_value <= addr
1296 && isym->st_value + isym->st_size > addr)
1301 BFD_ASSERT (isym->st_value + isym->st_size >= addr + count);
1302 isym->st_size -= count;
1406 Elf_Internal_Sym *isym;
1409 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1410 if (isym->st_shndx == SHN_UNDEF)
1412 else if (isym->st_shndx == SHN_ABS)
1414 else if (isym->st_shndx == SHN_COMMON)
1417 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1418 symval = (isym->st_value