Home
last modified time | relevance | path

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

123

/toolchain/binutils/binutils-2.25/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.25/include/
Dobjalloc.h87 #define objalloc_alloc(o, l) \ argument
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) argument
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-aout.c223 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other()
239 int o, in obj_aout_process_stab()
Dtc-arc.c131 #define IS_SYMBOL_OPERAND(o) \ argument
1673 #define IS_REG_DEST_OPERAND(o) ((o) == 'a') in md_assemble() argument
1689 #define IS_REG_SHIMM_OFFSET(o) ((o) == 'd') in md_assemble() argument
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.25/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.25/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.25/gold/testsuite/
Dbinary_unittest.cc80 int o = open_descriptor(-1, gold::program_name, O_RDONLY); in Sized_binary_test() local
/toolchain/binutils/binutils-2.25/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.h851 #define bfd_coff_swap_reloc_out(abfd, i, o) \ argument
854 #define bfd_coff_swap_lineno_out(abfd, i, o) \ argument
857 #define bfd_coff_swap_aux_out(a,i,t,c,ind,num,o) \ argument
860 #define bfd_coff_swap_sym_out(abfd, i,o) \ argument
863 #define bfd_coff_swap_scnhdr_out(abfd, i,o) \ argument
866 #define bfd_coff_swap_filehdr_out(abfd, i,o) \ argument
869 #define bfd_coff_swap_aouthdr_out(abfd, i,o) \ argument
891 #define bfd_coff_swap_filehdr_in(abfd, i,o) \ argument
894 #define bfd_coff_swap_aouthdr_in(abfd, i,o) \ argument
897 #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
Delflink.c2172 asection *o, in _bfd_elf_link_read_relocs()
4786 asection *o; in elf_link_add_object_symbols() local
5843 asection *o; in bfd_elf_size_dynamic_sections() local
8115 asection *o = lo->u.indirect.section; in elf_link_sort_relocs() local
8169 asection *o = lo->u.indirect.section; in elf_link_sort_relocs() local
8278 asection *o = lo->u.indirect.section; in elf_link_sort_relocs() local
8331 asection *o = lo->u.indirect.section; in elf_link_sort_relocs() local
9211 asection *o; in elf_link_input_bfd() local
10288 elf_fixup_link_order (bfd *abfd, asection *o) in elf_fixup_link_order()
10381 asection *o; in elf_final_link_free() local
[all …]
Dcoff-i960.c322 asection *o; in coff_i960_start_final_link() local
Dxcofflink.c1211 asection *o; in xcoff_link_add_symbols() local
3001 asection *o; in xcoff_sweep() local
3726 asection *o; in bfd_xcoff_size_dynamic_sections() local
4121 asection *o; in xcoff_link_input_bfd() local
5816 asection *o; in _bfd_xcoff_bfd_final_link() local
Dcofflink.c572 asection *o; in _bfd_coff_final_link() local
1400 asection *o; in _bfd_coff_link_input_bfd() local
Daoutx.h2850 asection *o; in NAME() local
3682 asection *o, in aout_link_reloc_link_order()
5335 asection *o; in NAME() local
Dcoffgen.c1249 asection *o; in coff_write_symbols() local
1348 asection *o; in coff_write_symbols() local
/toolchain/binutils/binutils-2.25/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.25/gold/
Dicf.cc279 const Icf::Offset_info &o = (it_reloc_info_list->second).offset_info; in get_section_contents() local

123