/toolchain/binutils/binutils-2.27/libiberty/ |
D | objalloc.c | 115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc() 177 objalloc_free (struct objalloc *o) in objalloc_free() 198 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
|
D | pex-common.c | 489 int o; in pex_read_output() local 504 int o; in pex_read_err() local
|
/toolchain/binutils/binutils-2.27/include/ |
D | objalloc.h | 87 #define objalloc_alloc(o, l) \ argument 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) argument
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | obj-aout.c | 221 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other() 237 int o, in obj_aout_process_stab()
|
D | tc-sh.h | 50 #define md_optimize_expr(l,o,r) sh_optimize_expr (l, o, r) argument
|
D | tc-ia64.h | 137 #define md_optimize_expr(l,o,r) ia64_optimize_expr (l, o, r) argument 152 #define TC_CONS_FIX_NEW(f,o,l,e,r) ia64_cons_fix_new (f, o, l, e, r) argument
|
/toolchain/binutils/binutils-2.27/gas/ |
D | remap.c | 48 char *o; in add_debug_prefix_map() local
|
D | itbl-ops.c | 300 struct ITBL_OPCODE_STRUCT *new_opcodes, *o; in append_insns_as_macros() local
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | spu-dis.c | 44 int o = spu_opcodes[i].opcode; in init_spu_disassemble() local
|
D | moxie-dis.c | 36 #define INST2OFFSET(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1) argument
|
/toolchain/binutils/binutils-2.27/gold/testsuite/ |
D | binary_unittest.cc | 80 int o = open_descriptor(-1, gold::program_name, O_RDONLY); in Sized_binary_test() local
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-gen.c | 61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs()
|
D | elf32-gen.c | 61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs()
|
D | libcoff.h | 842 #define bfd_coff_swap_reloc_out(abfd, i, o) \ argument 845 #define bfd_coff_swap_lineno_out(abfd, i, o) \ argument 848 #define bfd_coff_swap_aux_out(a,i,t,c,ind,num,o) \ argument 851 #define bfd_coff_swap_sym_out(abfd, i,o) \ argument 854 #define bfd_coff_swap_scnhdr_out(abfd, i,o) \ argument 857 #define bfd_coff_swap_filehdr_out(abfd, i,o) \ argument 860 #define bfd_coff_swap_aouthdr_out(abfd, i,o) \ argument 882 #define bfd_coff_swap_filehdr_in(abfd, i,o) \ argument 885 #define bfd_coff_swap_aouthdr_in(abfd, i,o) \ argument 888 #define bfd_coff_swap_scnhdr_in(abfd, i,o) \ argument [all …]
|
D | coff-h8500.c | 220 int o = bfd_get_32 (in_abfd, data+ *dst_ptr -1); in extra_case() local
|
D | elf32-spu.h | 96 } o; member
|
D | coffgen.c | 1248 asection *o; in coff_write_symbols() local 1347 asection *o; in coff_write_symbols() local 2926 asection *o; in coff_gc_sweep() local 3041 asection *o; in bfd_coff_gc_sections() local
|
D | coff-i960.c | 322 asection *o; in coff_i960_start_final_link() local
|
D | elflink.c | 2356 asection *o, in _bfd_elf_link_read_relocs() 3564 asection *o; in _bfd_elf_link_check_relocs() local 6120 asection *o; in bfd_elf_size_dynamic_sections() local 8595 asection *o = lo->u.indirect.section; in elf_link_sort_relocs() local 8652 asection *o = lo->u.indirect.section; in elf_link_sort_relocs() local 8764 asection *o = lo->u.indirect.section; in elf_link_sort_relocs() local 8845 asection *o = lo->u.indirect.section; in elf_link_sort_relocs() local 9828 asection *o; in elf_link_input_bfd() local 10942 elf_fixup_link_order (bfd *abfd, asection *o) in elf_fixup_link_order() 11034 asection *o; in elf_final_link_free() local [all …]
|
D | cofflink.c | 573 asection *o; in _bfd_coff_final_link() local 1431 asection *o; in _bfd_coff_link_input_bfd() local
|
D | xcofflink.c | 1211 asection *o; in xcoff_link_add_symbols() local 3002 asection *o; in xcoff_sweep() local 3724 asection *o; in bfd_xcoff_size_dynamic_sections() local 4119 asection *o; in xcoff_link_input_bfd() local 5810 asection *o; in _bfd_xcoff_bfd_final_link() local
|
D | aoutx.h | 2854 asection *o; in NAME() local 3696 asection *o, in aout_link_reloc_link_order() 5333 asection *o; in NAME() local
|
D | pdp11.c | 2393 asection *o; in NAME() local 3022 asection *o, in aout_link_reloc_link_order() 3658 asection *o; in NAME() local
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | ia64.h | 197 #define VMS_ST_VISIBILITY(o) ((o) & VMS_STO_VISIBILITY) argument 199 #define VMS_ST_FUNC_TYPE(o) (((o) & VMS_STO_FUNC_TYPE) >> 4) argument 205 #define VMS_ST_LINKAGE(o) (((o) & VMS_STO_LINKAGE) >> 6) argument
|
/toolchain/binutils/binutils-2.27/gold/ |
D | icf.cc | 318 const Icf::Offset_info &o = (it_reloc_info_list->second).offset_info; in get_section_contents() local
|