/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | redef2.s | 3 .set sym, here define 5 .set sym, 0x11111111 define 7 .set sym, xtrn define 9 .set sym, 0x22222222 define 11 sym: label
|
D | redef3.s | 3 .set sym, here define 5 .set sym, 0x11111111 define 7 .set sym, xtrn define 9 .set sym, 0x22222222 define
|
D | redef4.s | 2 sym: label 3 .set sym, 0 define
|
D | redef5.s | 2 .set sym, 0 define
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | symtab.h | 37 typedef struct sym struct 47 const char *name; /* Name of function this sym is from. */ argument 48 Source_File *file; /* Source file symbol comes from. */ argument 52 is_static:1, /* Is this a local (static) symbol? */ argument 54 mapped:1, /* This symbol was mapped to another name. */ argument 55 has_been_placed:1; /* Have we placed this symbol? */ argument 57 int nuses; /* How many times this symbol appears in argument 61 struct sym *next; /* For building chains of syms. */ argument 62 struct sym *prev; /* For building chains of syms. */ argument 68 { [all …]
|
D | sym_ids.c | 37 Sym sym; member 118 parse_spec (char *spec, Sym *sym) in parse_spec() 222 match (Sym *pattern, Sym *sym) in match() 241 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bfd_boolean second_pass) in extend_match() 278 Sym *sym, *left, *right; in sym_id_parse() local 377 Sym *sym; in sym_id_arc_is_present() local
|
D | symtab.c | 37 sym_init (Sym *sym) in sym_init() 181 Sym *sym; in dbg_sym_lookup() local 221 Sym *sym; in sym_lookup() local
|
D | basic_blocks.c | 124 Sym *sym; in bb_read_rec() local 211 Sym *sym; in bb_write_blocks() local 253 Sym **sorted_bbs, *sym; in print_exec_counts() local 464 Sym *sym, *line_stats, *new_line; in print_annotated_source() local
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
D | redef.s | 3 .set sym, here define 5 .set sym, 0x11111111 define 7 .set sym, xtrn define 9 .set sym, 0x22222222 define
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-aout.c | 28 obj_aout_frob_symbol (symbolS *sym, int *punt ATTRIBUTE_UNUSED) in obj_aout_frob_symbol() 183 symbolS *sym; in obj_aout_type() local 217 obj_aout_s_get_other (symbolS *sym) in obj_aout_s_get_other() 223 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other() 246 obj_aout_s_get_desc (symbolS *sym) in obj_aout_s_get_desc() 252 obj_aout_s_set_desc (symbolS *sym, int d) in obj_aout_s_set_desc() 258 obj_aout_s_get_type (symbolS *sym) in obj_aout_s_get_type() 264 obj_aout_s_set_type (symbolS *sym, int t) in obj_aout_s_set_type()
|
D | tc-hppa.h | 102 #define tc_frob_label(sym) pa_define_label (sym) argument 140 #define tc_frob_symbol(sym,punt) \ argument 172 #define md_elf_symbol_type(name, sym, elf) \ argument 180 #define tc_frob_symbol(sym,punt) \ argument
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/ |
D | vers.h | 3 #define __SYMPFX(pfx, sym) #pfx sym argument 4 #define _SYMPFX(pfx, sym) __SYMPFX(pfx, sym) argument 5 #define SYMPFX(sym) _SYMPFX(__USER_LABEL_PREFIX__, #sym) argument
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/ |
D | gotop64.s | 3 .globl sym symbol 4 sym: .word 0x12345678 label
|
D | gotop32.s | 3 .globl sym symbol 4 sym: .word 0x12345678 label
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | nlm32-i386.c | 69 nlm_i386_read_reloc (bfd *abfd, in nlm_i386_read_reloc() 145 asymbol *sym; in nlm_i386_write_import() local 246 asymbol *sym; in nlm_i386_mangle_relocs() local 329 nlm_i386_read_import (bfd * abfd, nlmNAME (symbol_type) * sym) in nlm_i386_read_import() 377 asymbol *sym, in nlm_i386_write_external()
|
D | nlm32-ppc.c | 433 nlm_powerpc_read_reloc (bfd *abfd, in nlm_powerpc_read_reloc() 538 nlm_powerpc_read_reloc (bfd *abfd, in nlm_powerpc_read_reloc() 612 nlm_powerpc_read_import (bfd * abfd, nlmNAME (symbol_type) * sym) in nlm_powerpc_read_import() 663 asymbol *sym; in nlm_powerpc_write_import() local 736 asymbol *sym; in nlm_powerpc_write_reloc() local 845 asymbol *sym, in nlm_powerpc_write_external() 892 nlm_powerpc_set_public_section (bfd *abfd, nlmNAME (symbol_type) *sym) in nlm_powerpc_set_public_section() 913 nlm_powerpc_get_public_offset (bfd *abfd, asymbol *sym) in nlm_powerpc_get_public_offset()
|
D | nlm32-alpha.c | 392 nlm_alpha_read_reloc (bfd *abfd, in nlm_alpha_read_reloc() 599 nlm_alpha_read_import (bfd *abfd, nlmNAME (symbol_type) * sym) in nlm_alpha_read_import() 651 asymbol *sym; in nlm_alpha_write_import() local 757 nlm_alpha_set_public_section (bfd * abfd, nlmNAME (symbol_type) * sym) in nlm_alpha_set_public_section() 781 nlm_alpha_get_public_offset (bfd * abfd ATTRIBUTE_UNUSED, asymbol * sym) in nlm_alpha_get_public_offset() 791 asymbol *sym, in nlm_alpha_write_external()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | copy-relocs.cc | 41 Sized_symbol<size>* sym, in copy_reloc() 64 Sized_symbol<size>* sym, in need_copy_reloc() 90 Sized_symbol<size>* sym, in emit_copy_reloc() 110 Sized_symbol<size>* sym, in make_copy_reloc() 175 Symbol* sym, in save()
|
D | symtab.cc | 116 const elfcpp::Sym<size, big_endian>& sym, in init_base_object() 218 const elfcpp::Sym<size, big_endian>& sym, in init_object() 606 Symbol* sym = this->lookup(name); in gc_mark_undef_symbols() local 621 Symbol* sym = this->lookup(name); in gc_mark_undef_symbols() local 637 Symbol* sym = this->lookup(p->c_str()); in gc_mark_undef_symbols() local 648 Symbol_table::gc_mark_symbol(Symbol* sym) in gc_mark_symbol() 664 Symbol_table::gc_mark_dyn_syms(Symbol* sym) in gc_mark_dyn_syms() 752 Symbol_table::force_local(Symbol* sym) in force_local() 820 Symbol_table::define_default_version(Sized_symbol<size>* sym, in define_default_version() 926 const elfcpp::Sym<size, big_endian>& sym, in add_from_object() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
D | pc2210.s | 3 sym: .word 0 label
|
D | gotop64.s | 4 sym: .word 0 label
|
D | gotop32.s | 4 sym: .word 0 label
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/ |
D | fmoveml.s | 58 sym = 0x22 define
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | got-page-3b.s | 1 .macro makeref,sym argument
|
D | got-page-3c.s | 1 .macro makeref,sym argument
|