Searched refs:isymbuf (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elf32-cr16.c | 931 Elf_Internal_Sym *isymbuf = NULL; in elf32_cr16_get_relocated_section_contents() local 962 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elf32_cr16_get_relocated_section_contents() 963 if (isymbuf == NULL) in elf32_cr16_get_relocated_section_contents() 964 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in elf32_cr16_get_relocated_section_contents() 967 if (isymbuf == NULL) in elf32_cr16_get_relocated_section_contents() 977 isymend = isymbuf + symtab_hdr->sh_info; in elf32_cr16_get_relocated_section_contents() 978 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in elf32_cr16_get_relocated_section_contents() 996 isymbuf, sections)) in elf32_cr16_get_relocated_section_contents() 1001 if (isymbuf != NULL in elf32_cr16_get_relocated_section_contents() 1002 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_cr16_get_relocated_section_contents() [all …]
|
| D | elfcode.h | 1116 Elf_Internal_Sym *isymbuf = NULL; in elf_slurp_symbol_table() local 1160 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, symcount, 0, in elf_slurp_symbol_table() 1162 if (isymbuf == NULL) in elf_slurp_symbol_table() 1203 isymend = isymbuf + symcount; in elf_slurp_symbol_table() 1204 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++) in elf_slurp_symbol_table() 1332 if (isymbuf != NULL && hdr->contents != (unsigned char *) isymbuf) in elf_slurp_symbol_table() 1333 free (isymbuf); in elf_slurp_symbol_table() 1339 if (isymbuf != NULL && hdr->contents != (unsigned char *) isymbuf) in elf_slurp_symbol_table() 1340 free (isymbuf); in elf_slurp_symbol_table()
|
| D | elflink.c | 2910 Elf_Internal_Sym *isymbuf; in elf_link_is_defined_archive_symbol() local 2954 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, extsymcount, extsymoff, in elf_link_is_defined_archive_symbol() 2956 if (isymbuf == NULL) in elf_link_is_defined_archive_symbol() 2961 for (isym = isymbuf, isymend = isymbuf + extsymcount; isym < isymend; isym++) in elf_link_is_defined_archive_symbol() 2977 free (isymbuf); in elf_link_is_defined_archive_symbol() 3296 Elf_Internal_Sym *isymbuf = NULL; in elf_link_add_object_symbols() local 3651 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, extsymcount, extsymoff, in elf_link_add_object_symbols() 3653 if (isymbuf == NULL) in elf_link_add_object_symbols() 3764 for (isym = isymbuf, isymend = isymbuf + extsymcount; in elf_link_add_object_symbols() 4413 if (isymbuf != NULL) in elf_link_add_object_symbols() [all …]
|
| D | elf64-alpha.c | 3600 Elf_Internal_Sym *isymbuf = NULL; in elf64_alpha_relax_section() local 3702 if (isymbuf == NULL) in elf64_alpha_relax_section() 3704 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elf64_alpha_relax_section() 3705 if (isymbuf == NULL) in elf64_alpha_relax_section() 3706 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in elf64_alpha_relax_section() 3709 if (isymbuf == NULL) in elf64_alpha_relax_section() 3713 isym = isymbuf + r_symndx; in elf64_alpha_relax_section() 3838 if (isymbuf != NULL in elf64_alpha_relax_section() 3839 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf64_alpha_relax_section() 3842 free (isymbuf); in elf64_alpha_relax_section() [all …]
|
| D | elfxx-ia64.c | 906 Elf_Internal_Sym *isymbuf = NULL; local 1011 if (isymbuf == NULL) 1013 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; 1014 if (isymbuf == NULL) 1015 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, 1018 if (isymbuf == 0) 1022 isym = isymbuf + ELFNN_R_SYM (irel->r_info); 1326 if (isymbuf != NULL 1327 && symtab_hdr->contents != (unsigned char *) isymbuf) 1330 free (isymbuf); [all …]
|
| D | elf32-ppc.c | 5273 Elf_Internal_Sym *isymbuf = NULL; in ppc_elf_relax_section() local 5344 if (isymbuf == NULL) in ppc_elf_relax_section() 5346 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in ppc_elf_relax_section() 5347 if (isymbuf == NULL) in ppc_elf_relax_section() 5348 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in ppc_elf_relax_section() 5351 if (isymbuf == 0) in ppc_elf_relax_section() 5354 isym = isymbuf + ELF32_R_SYM (irel->r_info); in ppc_elf_relax_section() 5623 if (isymbuf != NULL in ppc_elf_relax_section() 5624 && symtab_hdr->contents != (unsigned char *) isymbuf) in ppc_elf_relax_section() 5627 free (isymbuf); in ppc_elf_relax_section() [all …]
|
| D | elfxx-mips.c | 6763 Elf_Internal_Sym *isymbuf = NULL; in _bfd_mips_relax_section() local 6831 if (isymbuf == NULL && symtab_hdr->sh_info != 0) in _bfd_mips_relax_section() 6833 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in _bfd_mips_relax_section() 6834 if (isymbuf == NULL) in _bfd_mips_relax_section() 6835 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in _bfd_mips_relax_section() 6838 if (isymbuf == NULL) in _bfd_mips_relax_section() 6842 isym = isymbuf + r_symndx; in _bfd_mips_relax_section()
|
| D | elf32-arm.c | 3272 Elf_Internal_Sym *isymbuf; in bfd_elf32_arm_init_maps() local 3288 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, localsyms, 0, NULL, NULL, in bfd_elf32_arm_init_maps() 3292 if (isymbuf == NULL) in bfd_elf32_arm_init_maps() 3297 Elf_Internal_Sym *isym = &isymbuf[i]; in bfd_elf32_arm_init_maps()
|
| D | elf.c | 8911 elf_create_symbuf (bfd_size_type symcount, Elf_Internal_Sym *isymbuf) in elf_create_symbuf() argument 8923 if (isymbuf[i].st_shndx != SHN_UNDEF) in elf_create_symbuf() 8924 *ind++ = &isymbuf[i]; in elf_create_symbuf()
|
| D | ChangeLog-0203 | 7156 (struct misc): New field isymbuf. All free_* fields removed.
|