Home | History | Annotate | Download | only in bfd

Lines Matching refs:symtab_hdr

679   Elf_Internal_Shdr *symtab_hdr;
703 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
805 if (isymbuf == NULL && symtab_hdr->sh_info != 0)
807 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
809 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
810 symtab_hdr->sh_info, 0,
817 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
833 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
973 symtab_hdr->contents = (bfd_byte *) isymbuf;
1004 symtab_hdr->contents = (bfd_byte *) isymbuf;
1049 symtab_hdr->contents = (bfd_byte *) isymbuf;
1096 symtab_hdr->contents = (unsigned char *) isymbuf;
1119 Elf_Internal_Shdr *symtab_hdr;
1129 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
1130 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1245 isymend = isymbuf + symtab_hdr->sh_info;
1255 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
1256 - symtab_hdr->sh_info);