/toolchain/binutils/binutils-2.25/bfd/ |
D | pef.c | 616 asymbol **csym) in bfd_pef_parse_traceback_tables() argument 633 if (csym && ((csym[count] == NULL) || (csym[count + 1] == NULL))) in bfd_pef_parse_traceback_tables() 662 if (csym) in bfd_pef_parse_traceback_tables() 680 *(csym[count]) = function; in bfd_pef_parse_traceback_tables() 681 *(csym[count + 1]) = traceback; in bfd_pef_parse_traceback_tables() 727 asymbol **csym) in bfd_pef_parse_function_stubs() argument 782 if (csym && (csym[count] == NULL)) in bfd_pef_parse_function_stubs() 850 if (csym != NULL) in bfd_pef_parse_function_stubs() 851 *(csym[count]) = sym; in bfd_pef_parse_function_stubs() 876 bfd_pef_parse_symbols (bfd *abfd, asymbol **csym) in bfd_pef_parse_symbols() argument [all …]
|
D | coffgen.c | 2035 coff_symbol_type *csym; in bfd_coff_get_syment() local 2037 csym = coff_symbol_from (abfd, symbol); in bfd_coff_get_syment() 2038 if (csym == NULL || csym->native == NULL in bfd_coff_get_syment() 2039 || ! csym->native->is_sym) in bfd_coff_get_syment() 2045 *psyment = csym->native->u.syment; in bfd_coff_get_syment() 2047 if (csym->native->fix_value) in bfd_coff_get_syment() 2064 coff_symbol_type *csym; in bfd_coff_get_auxent() local 2067 csym = coff_symbol_from (abfd, symbol); in bfd_coff_get_auxent() 2069 if (csym == NULL in bfd_coff_get_auxent() 2070 || csym->native == NULL in bfd_coff_get_auxent() [all …]
|
D | ecofflink.c | 686 sprintf (lookup, "%s %lx %lx", name, (unsigned long) fdr.csym, in bfd_ecoff_debug_accumulate() 775 sz = fdr.csym * external_sym_size; in bfd_ecoff_debug_accumulate() 787 lraw_end = lraw_src + fdr.csym * input_swap->external_sym_size; in bfd_ecoff_debug_accumulate() 868 output_symhdr->isymMax += fdr.csym; in bfd_ecoff_debug_accumulate() 1133 fdr.csym = 0; in bfd_ecoff_debug_accumulate_other() 1169 ++fdr.csym; in bfd_ecoff_debug_accumulate_other() 1765 if (fdr_ptr->csym >= 2) in mk_fdrtab() 1965 if (fdr_ptr->csym >= 2) in lookup_line() 2237 sym_ptr_end = sym_ptr + (fdr_ptr->csym - 2) * external_sym_size; in lookup_line()
|
D | coffcode.h | 3857 coff_symbol_type *csym = NULL; in coff_write_object_contents() local 3875 csym = coff_symbol_from (abfd, *psym); in coff_write_object_contents() 3876 if (csym == NULL in coff_write_object_contents() 3877 || csym->native == NULL in coff_write_object_contents() 3878 || ! csym->native->is_sym in coff_write_object_contents() 3879 || csym->native->u.syment.n_numaux < 1 in coff_write_object_contents() 3880 || csym->native->u.syment.n_sclass != C_STAT in coff_write_object_contents() 3881 || csym->native->u.syment.n_type != T_NULL) in coff_write_object_contents() 3900 aux = csym->native + 1; in coff_write_object_contents()
|
D | ecoffswap.h | 197 intern->csym = H_GET_32 (abfd, ext->f_csym); in ecoff_swap_fdr_in() 263 H_PUT_32 (abfd, intern->csym, ext->f_csym); in ecoff_swap_fdr_out()
|
D | ecoff.c | 921 lraw_end = lraw_src + fdr_ptr->csym * external_sym_size; in _bfd_ecoff_slurp_symbol_table()
|
D | ChangeLog-9899 | 5051 (coff_write_object_contents): Initialize csym.
|
D | ChangeLog-9193 | 5315 from a coff file (csym is null), dont deref them
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldcref.c | 368 struct cref_hash_entry **csyms, **csym_fill, **csym, **csym_end; in output_cref() local 397 for (csym = csyms; csym < csym_end; csym++) in output_cref() 398 output_one_cref (fp, *csym); in output_cref()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | symtab.cc | 2250 Sized_symbol<size>* csym, in define_with_copy_reloc() argument 2254 gold_assert(csym->is_from_dynobj()); in define_with_copy_reloc() 2255 gold_assert(!csym->is_copied_from_dynobj()); in define_with_copy_reloc() 2256 Object* object = csym->object(); in define_with_copy_reloc() 2262 elfcpp::STB binding = csym->binding(); in define_with_copy_reloc() 2266 this->define_in_output_data(csym->name(), csym->version(), COPY, in define_with_copy_reloc() 2267 posd, value, csym->symsize(), in define_with_copy_reloc() 2268 csym->type(), binding, in define_with_copy_reloc() 2269 csym->visibility(), csym->nonvis(), in define_with_copy_reloc() 2272 csym->set_is_copied_from_dynobj(); in define_with_copy_reloc() [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-elf.c | 1352 symbolS *csym, *psym; in obj_elf_vtable_inherit() local 1360 csym = symbol_find (cname); in obj_elf_vtable_inherit() 1366 if (csym == NULL || symbol_get_frag (csym) == NULL) in obj_elf_vtable_inherit() 1409 gas_assert (symbol_get_value_expression (csym)->X_op == O_constant); in obj_elf_vtable_inherit() 1410 return fix_new (symbol_get_frag (csym), in obj_elf_vtable_inherit() 1411 symbol_get_value_expression (csym)->X_add_number, in obj_elf_vtable_inherit()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | sym.h | 119 long csym; /* count file's of symbols */ member
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ecoff.c | 4249 fil_ptr->fdr.csym = isym - fil_ptr->fdr.isymBase; in ecoff_build_symbols()
|