Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 58) sorted by relevance

123

/toolchain/binutils/binutils-2.27/libiberty/
Dobjalloc.c115 _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()
Dpex-common.c489 int o; in pex_read_output() local
504 int o; in pex_read_err() local
/toolchain/binutils/binutils-2.27/include/
Dobjalloc.h87 #define objalloc_alloc(o, l) \ argument
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) argument
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-aout.c221 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other()
237 int o, in obj_aout_process_stab()
Dtc-sh.h50 #define md_optimize_expr(l,o,r) sh_optimize_expr (l, o, r) argument
Dtc-ia64.h137 #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/
Dremap.c48 char *o; in add_debug_prefix_map() local
Ditbl-ops.c300 struct ITBL_OPCODE_STRUCT *new_opcodes, *o; in append_insns_as_macros() local
/toolchain/binutils/binutils-2.27/opcodes/
Dspu-dis.c44 int o = spu_opcodes[i].opcode; in init_spu_disassemble() local
Dmoxie-dis.c36 #define INST2OFFSET(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1) argument
/toolchain/binutils/binutils-2.27/gold/testsuite/
Dbinary_unittest.cc80 int o = open_descriptor(-1, gold::program_name, O_RDONLY); in Sized_binary_test() local
/toolchain/binutils/binutils-2.27/bfd/
Delf64-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs()
Delf32-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs()
Dlibcoff.h842 #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 …]
Dcoff-h8500.c220 int o = bfd_get_32 (in_abfd, data+ *dst_ptr -1); in extra_case() local
Delf32-spu.h96 } o; member
Dcoffgen.c1248 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
Dcoff-i960.c322 asection *o; in coff_i960_start_final_link() local
Delflink.c2356 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 …]
Dcofflink.c573 asection *o; in _bfd_coff_final_link() local
1431 asection *o; in _bfd_coff_link_input_bfd() local
Dxcofflink.c1211 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
Daoutx.h2854 asection *o; in NAME() local
3696 asection *o, in aout_link_reloc_link_order()
5333 asection *o; in NAME() local
Dpdp11.c2393 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/
Dia64.h197 #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/
Dicf.cc318 const Icf::Offset_info &o = (it_reloc_info_list->second).offset_info; in get_section_contents() local

123