/toolchain/binutils/binutils-2.27/binutils/ |
D | debug.c | 2307 debug_write (void *handle, const struct debug_write_fns *fns, void *fhandle) in debug_write() argument 2335 if (! (*fns->start_compilation_unit) (fhandle, u->files->filename)) in debug_write() 2345 else if (! (*fns->start_source) (fhandle, f->filename)) in debug_write() 2350 if (! debug_write_name (info, fns, fhandle, n)) in debug_write() 2356 if (! debug_write_linenos (info, fns, fhandle, (bfd_vma) -1)) in debug_write() 2367 const struct debug_write_fns *fns, void *fhandle, in debug_write_name() argument 2373 if (! debug_write_type (info, fns, fhandle, n->u.type, n) in debug_write_name() 2374 || ! (*fns->typdef) (fhandle, n->name)) in debug_write_name() 2378 if (! debug_write_type (info, fns, fhandle, n->u.tag, n)) in debug_write_name() 2380 return (*fns->tag) (fhandle, n->name); in debug_write_name() [all …]
|
D | ChangeLog-9197 | 4634 fns really static.
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | simple-object-elf.c | 695 const struct elf_type_functions* fns; in simple_object_elf_write_ehdr() local 703 fns = attrs->type_functions; in simple_object_elf_write_ehdr() 730 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_type, Elf_Half, ET_REL); in simple_object_elf_write_ehdr() 731 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine); in simple_object_elf_write_ehdr() 732 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_version, Elf_Word, EV_CURRENT); in simple_object_elf_write_ehdr() 735 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shoff, Elf_Addr, ehdr_size); in simple_object_elf_write_ehdr() 736 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_flags, Elf_Word, attrs->flags); in simple_object_elf_write_ehdr() 737 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_ehsize, Elf_Half, ehdr_size); in simple_object_elf_write_ehdr() 738 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_phentsize, Elf_Half, in simple_object_elf_write_ehdr() 743 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shentsize, Elf_Half, in simple_object_elf_write_ehdr() [all …]
|
D | xatexit.c | 53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member 84 p->fns[p->ind++] = fn; in xatexit() 98 (*p->fns[n]) (); in xatexit_cleanup()
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ChangeLog-9899 | 500 (cgen_operand_lookup_by_name,cgen_operand_lookup_by_num): New fns. 965 * cgen-asm.c (all fns): New first arg of opcode table descriptor. 968 * cgen-dis.c (all fns): New first arg of opcode table descriptor. 970 * cgen-opc.c (all fns): New first arg of opcode table descriptor.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-alpha.c | 4008 static void (* const fns[]) (int) = { in s_alpha_coff_wrapper() local 4019 gas_assert (which >= 0 && which < (int) (sizeof (fns)/sizeof (*fns))); in s_alpha_coff_wrapper() 4022 (*fns[which]) (0); in s_alpha_coff_wrapper()
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | Makefile.in | 550 -rm -rf as.aux as.cp as.cps as.fn as.fns as.ky as.log as.pg as.pgs as.tmp \
|
/toolchain/binutils/binutils-2.27/binutils/doc/ |
D | Makefile.in | 522 -rm -rf binutils.aux binutils.cp binutils.cps binutils.fn binutils.fns \
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | Makefile.in | 663 -rm -rf gprof.aux gprof.cp gprof.cps gprof.fn gprof.fns gprof.ky gprof.kys \
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | ChangeLog-9193 | 1481 (lynx_32_slurp_reloc_table): Define, call Lynx swapping fns. 1482 (lynx_32_squirt_out_relocs): Define, call Lynx swapping fns. 1483 (lynx_32_canonicalize_reloc): Define, call Lynx swapping fns. 1484 (WRITE_HEADERS): Define, call Lynx swapping fns.
|
D | ChangeLog-0001 | 6618 (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
|
D | ChangeLog-0203 | 4725 (sort_dynamic_relocs_64): New fns.
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9899 | 2924 (*): Prepend gas_ to gas specific fns to denote them as such. 2929 (*): Prepend gas_ to gas specific fns to denote them as such.
|
D | ChangeLog-2004 | 2501 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
|
D | ChangeLog-0203 | 5060 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
|
D | ChangeLog-9295 | 1174 * config/tc-sparc.c (parse_keyword_arg, parse_const_expr_arg): New fns. 5437 * config/obj-coff.c (obj_coff_* psuedo-op fns): Deleted
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | ChangeLog-9103 | 1460 (all fns): New first arg of opcode table descriptor.
|
/toolchain/binutils/binutils-2.27/ld/ |
D | Makefile.in | 1716 -rm -rf ld.aux ld.cp ld.cps ld.fn ld.fns ld.ky ld.log ld.pg ld.pgs ld.tmp \
|