Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

1341 		  Elf_Internal_Sym * isym;
1349 isym = isymbuf + r_symndx;
1351 if (isym->st_shndx == SHN_ABS)
2410 Elf_Internal_Sym *isym, *isymend;
2494 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
2495 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
2497 if (isym->st_shndx == sec_shndx
2498 && isym->st_value > addr
2499 && isym->st_value < toaddr)
2501 if (isym->st_value < addr + count)
2502 isym->st_value = addr;
2504 isym->st_value -= count;
2507 else if (isym->st_shndx == sec_shndx
2508 && ELF_ST_TYPE (isym->st_info) == STT_FUNC
2509 && isym->st_value + isym->st_size > addr
2510 && isym->st_value + isym->st_size < toaddr)
2511 isym->st_size -= count;
2572 Elf_Internal_Sym *isym,
2586 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
2587 if (isym->st_shndx == sec_shndx
2588 && isym->st_value == addr)
2762 Elf_Internal_Sym *isym;
2766 isym = isymbuf + r_index;
2767 if (isym->st_shndx == SHN_UNDEF)
2769 else if (isym->st_shndx == SHN_ABS)
2771 else if (isym->st_shndx == SHN_COMMON)
2776 isym->st_shndx);
2782 isym->st_name);
2786 if (ELF_ST_TYPE (isym->st_info) != STT_FUNC)
2842 Elf_Internal_Sym *isym, *isymend;
2859 for (isym = isymbuf; isym < isymend; isym++)
2861 if (isym->st_shndx == sec_shndx
2862 && ELF_ST_TYPE (isym->st_info) == STT_FUNC)
2877 && hash->root.root.u.def.value == isym->st_value)
2883 if (isym->st_shndx == SHN_UNDEF)
2885 else if (isym->st_shndx == SHN_ABS)
2887 else if (isym->st_shndx == SHN_COMMON)
2892 isym->st_shndx);
2896 isym->st_name));
2914 isym->st_value, contents);
2915 hash->value = isym->st_value;
3047 Elf_Internal_Sym *isym, *isymend;
3083 for (isym = isymbuf; isym < isymend; isym++)
3092 if (isym->st_shndx != sec_shndx)
3095 if (isym->st_shndx == SHN_UNDEF)
3097 else if (isym->st_shndx == SHN_ABS)
3099 else if (isym->st_shndx == SHN_COMMON)
3103 = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
3108 isym->st_name);
3157 isym->st_value,
3371 Elf_Internal_Sym *isym;
3376 isym = isymbuf + ELF32_R_SYM (irel->r_info);
3377 if (isym->st_shndx == SHN_UNDEF)
3379 else if (isym->st_shndx == SHN_ABS)
3381 else if (isym->st_shndx == SHN_COMMON)
3384 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
3388 isym->st_name);
3393 symval = isym->st_value;
3405 if (ELF_ST_TYPE (isym->st_info) == STT_SECTION)
3412 if (ELF_ST_TYPE (isym->st_info) != STT_SECTION)
3419 symval = (isym->st_value
4468 Elf_Internal_Sym *isym, *isymend;
4494 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
4498 if (isym->st_shndx == SHN_UNDEF)
4500 else if (isym->st_shndx == SHN_ABS)
4502 else if (isym->st_shndx == SHN_COMMON)
4505 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);