Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 85) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
Dxcoff-ref-1.s1 .ref foo
3 .ref 1234
4 .ref a,
5 .ref ,
6 .ref
Dxcoff-ref-1.l2 .*:1: Error: .ref outside .csect
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
Daix-ref-1.s24 .ref foo4 , foo6
43 .ref foo3
53 .ref foo2
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
Dvers27d3.c1 extern void ref ();
8 ref (); in _start()
Dvers27d2.c4 ref () in ref() function
/toolchain/binutils/binutils-2.25/intl/
DREADME13 * The files config.charset, ref-add.sin, ref-del.sin, os2compat.c,
DChangeLog167 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-lex.l308 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/
Dsrconv.c522 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 …]
Dcoffgrok.c377 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()
Dcoffdump.c169 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()
Dod-macho.c615 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/
Dldcref.c553 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()
Dldmisc.c494 m->ref = va_arg (arg, bfd *); in minfo()
Dldlang.h498 bfd *ref; member
/toolchain/binutils/binutils-2.25/etc/
Dtexi2pod.pl474 my $ref = \*{$name};
476 return $ref;
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
Dregression.s17 .macro VERIFY ra,rb,ref,label
18 sub \ra,\rb,\ref
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dccs.s9 .ref ext_sym
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Ddemangle-expected4300ref<x::mime::multipart_section_processorObj<x::refobjiterator<x::ref<x::outputrefiteratorObj<int>,…
Dd-demangle-expected306 demangle.test(ref char)
406 demangle.test(char() ref delegate)
446 demangle.test(char() ref function)
/toolchain/binutils/binutils-2.25/bfd/
Dvms-lib.c1535 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()
Dmach-o.c2122 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()
Delfxx-mips.c3051 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/
DMakefile.tpl1775 (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/
Dc-s390.texi161 (@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}).

1234