| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gmon_cg_arcs.cc | 40 Arc **arcs; 44 * Return TRUE iff PARENT has an arc to covers the address 47 Arc * 50 Arc *arc; local 59 for (arc = parent->cg.children; arc; arc = arc->next_child) 62 arc->parent->name, arc->child->name)) 80 Arc *arc; local [all...] |
| cg_arcs.h | 24 * Arc structure for call-graph. 27 * of how many times this arc was traversed, and pointers to the next 30 typedef struct arc struct 32 Sym *parent; /* source vertice of arc */ 33 Sym *child; /* dest vertice of arc */ 35 double time; /* time inherited along arc */ 36 double child_time; /* child-time inherited along arc */ 37 struct arc *next_parent; /* next parent of CHILD */ 38 struct arc *next_child; /* next child of PARENT */ 39 int has_been_placed; /* have this arc's functions been placed? * [all...] |
| /src/external/gpl3/binutils/dist/ld/emulparams/ |
| arc-endianness.sh | 8 arc-* | * )
|
| arclinux_nps.sh | 3 source_sh ${srcdir}/emulparams/arc-nps.sh
|
| arcelf.sh | 1 source_sh ${srcdir}/emulparams/arc-endianness.sh 15 ARCH=arc
|
| arclinux.sh | 1 source_sh ${srcdir}/emulparams/arc-endianness.sh 2 ARCH=arc
|
| arcv2elfx.sh | 1 source_sh ${srcdir}/emulparams/arc-endianness.sh 13 ARCH=arc
|
| /src/external/gpl3/binutils.old/dist/ld/emulparams/ |
| arc-endianness.sh | 8 arc-* | * )
|
| arclinux_nps.sh | 3 source_sh ${srcdir}/emulparams/arc-nps.sh
|
| /src/share/man/man4/man4.arc/ |
| Makefile | 5 MANSUBDIR=/arc
|
| /src/sys/arch/arc/ |
| Makefile | 5 # Makefile for arc tags file and boot blocks 10 TARC= ${SYSDIR}/arch/arc/tags 11 SARC= ${SYSDIR}/arch/arc/arc/*.[ch] ${SYSDIR}/arch/arc/dev/*.[ch] \ 12 ${SYSDIR}/arch/arc/dti/*.[ch] ${SYSDIR}/arch/arc/include/*.h \ 13 ${SYSDIR}/arch/arc/isa/*.[ch] \ 14 ${SYSDIR}/arch/arc/pci/*.[ch] ${SYSDIR}/arch/arc/jazz/*.[ch [all...] |
| /src/sys/arch/arc/arc/ |
| p_nec_rd94.c | 39 #include <arc/arc/arcbios.h> 40 #include <arc/jazz/pica.h> 41 #include <arc/jazz/rd94.h> 42 #include <arc/jazz/jazziovar.h>
|
| p_nec_r96.c | 39 #include <arc/arc/arcbios.h> 40 #include <arc/jazz/rd94.h> 41 #include <arc/jazz/jazziovar.h>
|
| /src/usr.sbin/makefs/cd9660/ |
| cd9660_archimedes.c | 82 struct ISO_ARCHIMEDES *arc; local 101 assert(sizeof(*arc) == 32); 102 arc = ecalloc(1, sizeof(*arc)); 106 memcpy(arc->magic, "ARCHIMEDES", 10); 107 cd9660_731(0xfff00000 | (type << 8) | (stamp >> 32), arc->loadaddr); 108 cd9660_731(stamp & 0x00ffffffffULL, arc->execaddr); 109 arc->ro_attr = RO_ACCESS_UR | RO_ACCESS_OR; 110 arc->cdfs_attr = node->node->name[0] == '!' ? CDFS_PLING : 0; 111 node->su_tail_data = (void *)arc; [all...] |
| /src/external/gpl3/binutils/dist/gprof/ |
| cg_arcs.h | 24 * Arc structure for call-graph. 27 * of how many times this arc was traversed, and pointers to the next 30 typedef struct arc struct 32 Sym *parent; /* source vertice of arc */ 33 Sym *child; /* dest vertice of arc */ 35 double time; /* time inherited along arc */ 36 double child_time; /* child-time inherited along arc */ 37 struct arc *next_parent; /* next parent of CHILD */ 38 struct arc *next_child; /* next child of PARENT */ 39 int has_been_placed; /* have this arc's functions been placed? * [all...] |
| call_graph.c | 61 /* Keep arc if it is on INCL_ARCS table or if the INCL_ARCS table 69 printf (_("[cg_tally] arc from %s to %s traversed %lu times\n"), 75 /* Read a record from file IFP describing an arc in the function 76 call-graph and the count of how many times the arc has been 99 /* Add this arc: */ 110 Arc *arc; local 116 for (arc = sym->cg.children; arc; arc = arc->next_child [all...] |
| cg_arcs.c | 52 Arc **arcs; 56 * Return TRUE iff PARENT has an arc to covers the address 59 Arc * 62 Arc *arc; local 71 for (arc = parent->cg.children; arc; arc = arc->next_child) 74 arc->parent->name, arc->child->name)) 92 Arc *arc; local 157 Arc *arc; local 266 Arc *arc; local 355 Arc *arc; local 591 Arc *arc; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprof/ |
| cg_arcs.h | 24 * Arc structure for call-graph. 27 * of how many times this arc was traversed, and pointers to the next 30 typedef struct arc struct 32 Sym *parent; /* source vertice of arc */ 33 Sym *child; /* dest vertice of arc */ 35 double time; /* time inherited along arc */ 36 double child_time; /* child-time inherited along arc */ 37 struct arc *next_parent; /* next parent of CHILD */ 38 struct arc *next_child; /* next child of PARENT */ 39 int has_been_placed; /* have this arc's functions been placed? * [all...] |
| call_graph.c | 61 /* Keep arc if it is on INCL_ARCS table or if the INCL_ARCS table 69 printf (_("[cg_tally] arc from %s to %s traversed %lu times\n"), 75 /* Read a record from file IFP describing an arc in the function 76 call-graph and the count of how many times the arc has been 99 /* Add this arc: */ 110 Arc *arc; local 116 for (arc = sym->cg.children; arc; arc = arc->next_child [all...] |
| cg_arcs.c | 52 Arc **arcs; 56 * Return TRUE iff PARENT has an arc to covers the address 59 Arc * 62 Arc *arc; local 71 for (arc = parent->cg.children; arc; arc = arc->next_child) 74 arc->parent->name, arc->child->name)) 92 Arc *arc; local 157 Arc *arc; local 266 Arc *arc; local 355 Arc *arc; local 591 Arc *arc; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/TargetInfo/ |
| ARCTargetInfo.cpp | 1 //===- ARCTargetInfo.cpp - ARC Target Implementation ----------- *- C++ -*-===// 20 RegisterTarget<Triple::arc> X(getTheARCTarget(), "arc", "ARC", "ARC");
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-archive.c | 36 static ctf_dict_t *ctf_dict_open_by_offset (const struct ctf_archive *arc, 47 static int ctf_arc_import_parent (const ctf_archive_t *arc, ctf_dict_t *fp, 339 ctf_dict. Closes ARC and/or FP on error. Arrange to free the SYMSECT or 344 struct ctf_archive *arc, 356 ctf_arc_close_internal (arc); 364 arci->ctfi_archive = arc; 382 ctf_arc_symsect_endianness (ctf_archive_t *arc, int little_endian) 384 arc->ctfi_symsect_little_endian = !!little_endian; 385 if (!arc->ctfi_is_archive) 386 ctf_symsect_endianness (arc->ctfi_dict, arc->ctfi_symsect_little_endian) 401 struct ctf_archive *arc = (struct ctf_archive *) ctfsect->cts_data; local 416 struct ctf_archive *arc = NULL; local 456 struct ctf_archive *arc; \/* (Actually the whole file.) *\/ local 1212 struct ctf_archive *arc; local 1310 void *arc; local [all...] |
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-archive.c | 36 static ctf_dict_t *ctf_dict_open_by_offset (const struct ctf_archive *arc, 47 static int ctf_arc_import_parent (const ctf_archive_t *arc, ctf_dict_t *fp, 339 ctf_dict. Closes ARC and/or FP on error. Arrange to free the SYMSECT or 344 struct ctf_archive *arc, 356 ctf_arc_close_internal (arc); 364 arci->ctfi_archive = arc; 382 ctf_arc_symsect_endianness (ctf_archive_t *arc, int little_endian) 384 arc->ctfi_symsect_little_endian = !!little_endian; 385 if (!arc->ctfi_is_archive) 386 ctf_symsect_endianness (arc->ctfi_dict, arc->ctfi_symsect_little_endian) 401 struct ctf_archive *arc = (struct ctf_archive *) ctfsect->cts_data; local 416 struct ctf_archive *arc = NULL; local 456 struct ctf_archive *arc; \/* (Actually the whole file.) *\/ local 1212 struct ctf_archive *arc; local 1310 void *arc; local [all...] |
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-archive.c | 36 static ctf_dict_t *ctf_dict_open_by_offset (const struct ctf_archive *arc, 47 static int ctf_arc_import_parent (const ctf_archive_t *arc, ctf_dict_t *fp, 339 ctf_dict. Closes ARC and/or FP on error. Arrange to free the SYMSECT or 344 struct ctf_archive *arc, 356 ctf_arc_close_internal (arc); 364 arci->ctfi_archive = arc; 382 ctf_arc_symsect_endianness (ctf_archive_t *arc, int little_endian) 384 arc->ctfi_symsect_little_endian = !!little_endian; 385 if (!arc->ctfi_is_archive) 386 ctf_symsect_endianness (arc->ctfi_dict, arc->ctfi_symsect_little_endian) 401 struct ctf_archive *arc = (struct ctf_archive *) ctfsect->cts_data; local 416 struct ctf_archive *arc = NULL; local 456 struct ctf_archive *arc; \/* (Actually the whole file.) *\/ local 1205 struct ctf_archive *arc; local 1303 void *arc; local [all...] |
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-archive.c | 36 static ctf_dict_t *ctf_dict_open_by_offset (const struct ctf_archive *arc, 47 static int ctf_arc_import_parent (const ctf_archive_t *arc, ctf_dict_t *fp, 345 ctf_dict. Closes ARC and/or FP on error. Arrange to free the SYMSECT or 350 struct ctf_archive *arc, 362 ctf_arc_close_internal (arc); 370 arci->ctfi_archive = arc; 388 ctf_arc_symsect_endianness (ctf_archive_t *arc, int little_endian) 390 arc->ctfi_symsect_little_endian = !!little_endian; 391 if (!arc->ctfi_is_archive) 392 ctf_symsect_endianness (arc->ctfi_dict, arc->ctfi_symsect_little_endian) 407 struct ctf_archive *arc = (struct ctf_archive *) ctfsect->cts_data; local 422 struct ctf_archive *arc = NULL; local 462 struct ctf_archive *arc; \/* (Actually the whole file.) *\/ local 1103 struct ctf_archive *arc; local 1201 void *arc; local [all...] |