HomeSort by relevance Sort by last modified time
    Searched refs:die (Results 101 - 125 of 1099) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/elfutils/libdw/
dwarf_getfuncs.c 46 /* Addr of the DIE offset where to (re)start the search. Zero for all. */
49 /* Last subprogram DIE addr seen. */
61 Dwarf_Die *die = &chain->die; local
63 void *die_addr = die->addr;
66 children of the CU DIE or as nested function inside a normal C
68 int tag = INTUSE(dwarf_tag) (die);
86 /* If this isn't a (defining) subprogram entity, skip DIE. */
88 || INTUSE(dwarf_hasattr) (die, DW_AT_declaration))
92 return (*v->callback) (die, v->arg)
    [all...]
dwarf_getlocation_attr.c 88 Dwarf_Die die; local
89 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0)
91 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL)
101 Dwarf_Die die; local
102 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0)
104 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL
105 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL)
dwarf_child.c 1 /* Return child of current DIE.
43 __libdw_find_attr (Dwarf_Die *die, unsigned int search_name,
46 Dwarf *dbg = die->cu->dbg;
50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &readp);
95 size_t len = __libdw_form_val_len (die->cu, attr_form, readp);
118 dwarf_child (Dwarf_Die *die, Dwarf_Die *result)
121 if (die == NULL)
125 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
137 void *addr = __libdw_find_attr (die, INVALID, NULL, NULL);
142 /* RESULT can be the same as DIE. So preserve what we need. *
    [all...]
dwarf_highpc.c 1 /* Return high PC attribute of DIE.
39 dwarf_highpc (Dwarf_Die *die, Dwarf_Addr *return_addr)
42 Dwarf_Attribute *attr_high = INTUSE(dwarf_attr) (die, DW_AT_high_pc,
52 if (INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_low_pc,
dwarf_aggregate_size.c 38 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem)
41 (INTUSE(dwarf_attr_integrate) (die, DW_AT_type, attr_mem), type_mem);
50 array_size (Dwarf_Die *die, Dwarf_Word *size,
54 if (INTUSE(dwarf_aggregate_size) (get_type (die, attr_mem, type_mem),
62 if (INTUSE(dwarf_child) (die, &child) != 0)
100 Dwarf_Die cu = CUDIE (die->cu);
149 int has_children = INTUSE(dwarf_child) (die, &enum_child);
203 aggregate_size (Dwarf_Die *die, Dwarf_Word *size, Dwarf_Die *type_mem)
207 if (INTUSE(dwarf_attr_integrate) (die, DW_AT_byte_size, &attr_mem) != NULL)
210 switch (INTUSE(dwarf_tag) (die))
    [all...]
libdw_visit_scopes.c 38 may_have_scopes (Dwarf_Die *die)
40 switch (INTUSE(dwarf_tag) (die))
105 if ((ret = INTUSE(dwarf_child) (&root->die, &state.child.die)) != 0)
121 while (INTUSE(dwarf_tag) (&state->child.die) == DW_TAG_imported_unit)
123 Dwarf_Die orig_child_die = state->child.die;
125 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&state->child.die,
128 if (INTUSE(dwarf_formref_die) (attr, &state->child.die) != NULL
129 && INTUSE(dwarf_child) (&state->child.die, &state->child.die) == 0
    [all...]
dwarf_getlocation_implicit_pointer.c 64 Dwarf_Die die; local
65 if (__libdw_offdie (attr->cu->dbg, op->number, &die,
69 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL
70 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL)
dwarf_hasattr.c 1 /* Check whether given DIE has specific attribute.
39 dwarf_hasattr (Dwarf_Die *die, unsigned int search_name)
41 if (die == NULL)
45 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
53 Dwarf *dbg = die->cu->dbg;
dwarf_getattrs.c 1 /* Get attributes of the DIE.
38 dwarf_getattrs (Dwarf_Die *die, int (*callback) (Dwarf_Attribute *, void *),
41 if (die == NULL)
50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &die_addr);
64 Dwarf *dbg = die->cu->dbg;
97 attr.cu = die->cu;
110 size_t len = __libdw_form_val_len (die->cu, attr.form, die_addr);
  /external/syslinux/gpxe/src/util/
catrom.pl 14 or die "Usage: $0 rom-file-1 rom-file-2 ... > multi-rom-file\n";
19 open ROM, "<$romfile" or die "Could not open $romfile: $!\n";
21 or die "Could not read $romfile: $!\n";
24 die "$romfile is not a ROM file\n"
29 die "$romfile has incorrect length field $checklen (should be $len)\n"
33 die "Invalid PCI offset field in $romfile\n"
35 die "No PCIR signature in $romfile\n"
  /external/tensorflow/tensorflow/tools/ci_build/builds/
test_user_ops.sh 60 die() { function
86 die "FAILED to determine TensorFlow compilation or linking flags"
95 die "ERROR: ${GPP_BIN} not on path"
133 die "ERROR: Unable to find user-op kernel C++ file at: ${OP_KERNEL_CC}"
149 die "g++ compilation of ${SRC_FILE} FAILED"
160 die "ERROR: ${NVCC_BIN} not on path"
171 die "ERROR: Unable to find user-op kernel CUDA file at: ${OP_KERNEL_CU}"
177 die "ERROR: Unable to find user-op kernel C++ file at: ${OP_KERNEL_CC}"
188 die "nvcc compilation of ${OP_KERNEL_CC} FAILED"
195 die "ERROR: Failed to find CUDA library directory at either of
    [all...]
  /external/elfutils/backends/
libebl_CPU.h 49 /* Helper for retval. Return dwarf_tag (die), but calls return -1
50 if there where previous errors that leave die NULL. */
51 #define DWARF_TAG_OR_RETURN(die) \
52 ({ Dwarf_Die *_die = (die); \
56 /* Get a type die corresponding to DIE. Peel CV qualifiers off
59 dwarf_peeled_die_type (Dwarf_Die *die, Dwarf_Die *result)
62 Dwarf_Attribute *attr = dwarf_attr_integrate (die, DW_AT_type, &attr_mem);
  /external/elfutils/libdwfl/
dwfl_linecu.c 40 return &cu->die;
  /external/syslinux/memdisk/
conio.h 30 void __attribute__((noreturn)) die(const char *, ...);
  /external/vboot_reference/scripts/image_signing/
ensure_update_verification.sh 30 die "Update payload verification key not found at $key_location"
  /system/libufdt/tests/
common.sh 20 die() { function
  /external/ImageMagick/PerlMagick/t/fpx/
write.t 15 chdir 't/fpx' || die 'Cd failed';
  /external/pcre/dist2/
Detrail 11 open(IN, "$file") || die "Can't open $file for input";
24 open(OUT, ">$file") || die "Can't open $file for output";
  /external/tensorflow/tensorflow/tools/dist_test/scripts/
dist_test.sh 61 die() { function
121 die "Invalid GRPC_SERVER_URL: \"${GRPC_SERVER_URL}\""
133 die "Creation of TensorFlow k8s cluster FAILED"
142 die "FAILED to determine GRPC server URLs of all workers"
145 die "FAILED to determine GRPC server URLs of all parameter servers"
231 die "ERROR: Unsupported model: \"${MODEL_NAME}\""
244 die "Cluster tear-down FAILED"
248 die "Test of distributed training of model ${MODEL_NAME} FAILED"
  /external/ltp/testcases/kernel/fs/fs_maim/
backbeat 36 chdir "$part1" || die "Can't cd to $part1: $!\n";
42 chdir "../$part2" || die "Can't cd to ../$part2: $!\n";
46 chdir ".." || die "Can't cd to ..: $!\n";
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
gentests.pl 22 open (LIST, "ls ./templates/*.in|") or die "Could not get listing";
30 open (TEMPLATE, "$fname") or die "Could not open $fname";
40 or die "Could not open source file";
  /external/shflags/bin/
continuous_build.sh 49 die() { function
82 [ -n "${FLAGS_command}" ] || die 'command required'
84 && die 'one of watch or watch_from required'
86 && die 'only one of watch or watch_from can be specified'
87 [ -r "${FLAGS_watch}" ] || die 'unable to read watch file'
88 [ -w "${FLAGS_output_dir}" ] || die 'unable to write to output directory'
gen_test_results.sh 10 die() { function
19 . ${LIB_DIR}/shflags || die 'unable to load shflags library'
20 . ${LIB_DIR}/shlib || die 'unable to load shlib library'
21 . ${LIB_DIR}/versions || die 'unable to load versions library'
46 [ -n "${FLAGS_suite:-}" ] || die 'suite flag missing'
57 touch "${output}" 2>/dev/null || die "unable to write to '${output}'"
  /external/swiftshader/third_party/LLVM/utils/
importNLT.pl 15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
18 }) || die "Can't prepare statement: $DBI::errstr";;
30 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'gccas', $gccas)") || die DBI->errstr;
35 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'bytecode', $bc)") || die DBI->errstr;
40 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc-compile', $llccompile)") || die DBI->errstr;
45 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc-beta-compile', $llcbetacompile)") || die DBI->errstr;
50 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'jit-compile', $jitcompile)") || die DBI->errstr;
55 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'machine-code', $mc)") || die DBI->errstr;
60 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'gcc', $gcc)") || die DBI->errstr;
65 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc', $llc)") || die DBI->errstr
    [all...]
plotNLT.pl 15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
39 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
41 my $rc = $sth->execute or die DBI->errstr;

Completed in 352 milliseconds

1 2 3 45 6 7 8 91011>>