/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
D | xcoff-ref-1.s | 1 .ref foo 3 .ref 1234 4 .ref a, 5 .ref , 6 .ref
|
D | xcoff-ref-1.l | 2 .*:1: Error: .ref outside .csect
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
D | aix-ref-1.s | 24 .ref foo4 , foo6 43 .ref foo3 53 .ref foo2
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/ |
D | vers27d3.c | 1 extern void ref (); 8 ref (); in _start()
|
D | vers27d2.c | 4 ref () in ref() function
|
/toolchain/binutils/binutils-2.25/intl/ |
D | README | 13 * The files config.charset, ref-add.sin, ref-del.sin, os2compat.c,
|
D | ChangeLog | 167 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | bfin-lex.l | 308 char *ref = strdup (yytext); variable 309 if (ref[1] == 'b' || ref[1] == 'B') 311 name = fb_label_name ((int) (ref[0] - '0'), 0); 318 (int) (ref[0] - '0')); 320 else if (ref[1] == 'f' || ref[1] == 'F') 329 name = fb_label_name ((int) (ref[0] - '0'), 1);
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | srconv.c | 522 struct coff_symbol *ref; in wr_rl() local 535 ref = r->symbol; in wr_rl() 536 if (ref->visible->type == coff_vis_ext_ref) in wr_rl() 540 rl.symn = ref->er_number; in wr_rl() 542 else if (ref->visible->type == coff_vis_common) in wr_rl() 546 rl.secn = ref->where->section->number; in wr_rl() 549 rl.addend = ref->where->offset - ref->where->section->address; in wr_rl() 556 rl.secn = ref->where->section->number; in wr_rl() 559 rl.addend = -ref->where->section->address; in wr_rl() 781 if (type->u.astructref.ref) in walk_tree_type_1() [all …]
|
D | coffgrok.c | 377 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)]; in do_type() 378 res->size = res->u.astructref.ref ? in do_type() 379 res->u.astructref.ref->type->size : 0; in do_type() 396 res->u.astructref.ref = 0; in do_type() 405 res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)]; in do_type() 406 res->size = res->u.aenumref.ref->type->size; in do_type()
|
D | coffdump.c | 169 if (!p->u.aenumref.ref) in dump_coff_type() 172 printf (_("structure ref to %s"), p->u.aenumref.ref->name); in dump_coff_type() 175 printf (_("enum ref to %s"), p->u.astructref.ref->name); in dump_coff_type()
|
D | od-macho.c | 615 bfd_mach_o_dylib_reference *ref = &dysymtab->ext_refs[i]; in dump_dysymtab() local 617 printf (" %4u: %5lu 0x%02lx", i, ref->isym, ref->flags); in dump_dysymtab() 619 && ref->isym < symtab->nsyms in dump_dysymtab() 620 && symtab->symbols[ref->isym].symbol.name) in dump_dysymtab() 621 printf (" %s", symtab->symbols[ref->isym].symbol.name); in dump_dysymtab()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldcref.c | 553 struct cref_ref *ref; in check_nocrossref() local 576 for (ref = h->refs; ref != NULL; ref = ref->next) in check_nocrossref() 578 ref->abfd, ncrs); in check_nocrossref()
|
D | ldmisc.c | 494 m->ref = va_arg (arg, bfd *); in minfo()
|
D | ldlang.h | 498 bfd *ref; member
|
/toolchain/binutils/binutils-2.25/etc/ |
D | texi2pod.pl | 474 my $ref = \*{$name}; 476 return $ref;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
D | regression.s | 17 .macro VERIFY ra,rb,ref,label 18 sub \ra,\rb,\ref
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | ccs.s | 9 .ref ext_sym
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | demangle-expected | 4300 …ref<x::mime::multipart_section_processorObj<x::refobjiterator<x::ref<x::outputrefiteratorObj<int>,…
|
D | d-demangle-expected | 306 demangle.test(ref char) 406 demangle.test(char() ref delegate) 446 demangle.test(char() ref function)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | vms-lib.c | 1535 unsigned int ref; member 2008 modules[i].ref++; in _bfd_vms_lib_build_map() 2081 modules[i].ref = 1; in _bfd_vms_lib_write_archive_contents() 2133 bfd_putl32 (modules[i].ref, mhd->refcnt); in _bfd_vms_lib_write_archive_contents()
|
D | mach-o.c | 2122 bfd_mach_o_dylib_reference *ref = &cmd->ext_refs[i]; in bfd_mach_o_write_dysymtab() local 2129 v = ((ref->isym & 0xffffff) << 8); in bfd_mach_o_write_dysymtab() 2130 v |= ref->flags & 0xff; in bfd_mach_o_write_dysymtab() 2134 v = ref->isym & 0xffffff; in bfd_mach_o_write_dysymtab() 2135 v |= ((ref->flags & 0xff) << 24); in bfd_mach_o_write_dysymtab() 4151 bfd_mach_o_dylib_reference *ref = &cmd->ext_refs[i]; in bfd_mach_o_read_dysymtab() local 4161 ref->isym = (v >> 8) & 0xffffff; in bfd_mach_o_read_dysymtab() 4162 ref->flags = v & 0xff; in bfd_mach_o_read_dysymtab() 4166 ref->isym = v & 0xffffff; in bfd_mach_o_read_dysymtab() 4167 ref->flags = (v >> 24) & 0xff; in bfd_mach_o_read_dysymtab()
|
D | elfxx-mips.c | 3051 const struct mips_got_page_ref *ref; in mips_got_page_ref_hash() local 3053 ref = (const struct mips_got_page_ref *) ref_; in mips_got_page_ref_hash() 3054 return ((ref->symndx >= 0 in mips_got_page_ref_hash() 3055 ? (hashval_t) (ref->u.abfd->id + ref->symndx) in mips_got_page_ref_hash() 3056 : ref->u.h->root.root.root.hash) in mips_got_page_ref_hash() 3057 + mips_elf_hash_bfd_vma (ref->addend)); in mips_got_page_ref_hash() 4277 struct mips_got_page_ref *ref; in mips_elf_resolve_got_page_ref() local 4283 ref = (struct mips_got_page_ref *) *refp; in mips_elf_resolve_got_page_ref() 4287 if (ref->symndx < 0) in mips_elf_resolve_got_page_ref() 4292 h = ref->u.h; in mips_elf_resolve_got_page_ref() [all …]
|
/toolchain/binutils/binutils-2.25/ |
D | Makefile.tpl | 1775 (if (and (hash-ref boot-modules (dep-module "module")) 1780 (not (hash-ref boot-modules (dep-module "module"))) 1781 (not (hash-ref boot-modules (dep-module "on")))) 1822 (hash-ref lang-env-deps (string-append (get "module") "-" lang))))
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-s390.texi | 161 (@ref{s390 Formats}) and the specific operation code for the instruction. 751 (@ref{s390 Register}). Literal pool entries are created by adding the 795 instructions formats for @samp{.insn} (@ref{s390 Formats}). 863 dumped to the current location (@ref{s390 Literal Pool Entries}).
|