HomeSort by relevance Sort by last modified time
    Searched full:abbrev (Results 26 - 50 of 621) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/strace/tests-mx32/
uname.c 12 int abbrev = ac > 1; local
19 if (abbrev) {
  /external/llvm/utils/git-svn/
git-svnup 10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go 67 Abbrev int // Either DW_ABRV_AUTO[_LOCLIST] or DW_ABRV_PARAM[_LOCLIST]
292 * always write them out in the order of declaration in the abbrev.
824 Abbrev int
831 func putattr(ctxt Context, s Sym, abbrev int, form int, cls int, value int64, data interface{}) error {
912 return fmt.Errorf("dwarf: null reference in %d", abbrev)
934 // only the ones actually listed in the Abbrev will be written out.
935 func PutAttrs(ctxt Context, s Sym, abbrev int, attr *DWAttr) {
937 for _, f := range abbrevs[abbrev].attr {
940 putattr(ctxt, s, abbrev, int(f.form), int(ap.Cls), ap.Value, ap.Data)
945 putattr(ctxt, s, abbrev, int(f.form), 0, 0, nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go 67 Abbrev int // Either DW_ABRV_AUTO[_LOCLIST] or DW_ABRV_PARAM[_LOCLIST]
292 * always write them out in the order of declaration in the abbrev.
824 Abbrev int
831 func putattr(ctxt Context, s Sym, abbrev int, form int, cls int, value int64, data interface{}) error {
912 return fmt.Errorf("dwarf: null reference in %d", abbrev)
934 // only the ones actually listed in the Abbrev will be written out.
935 func PutAttrs(ctxt Context, s Sym, abbrev int, attr *DWAttr) {
937 for _, f := range abbrevs[abbrev].attr {
940 putattr(ctxt, s, abbrev, int(f.form), int(ap.Cls), ap.Value, ap.Data)
945 putattr(ctxt, s, abbrev, int(f.form), 0, 0, nil
    [all...]
  /external/elfutils/libdw/
dwarf_abbrevhaschildren.c 40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev)
42 return abbrev == NULL ? -1 : abbrev->has_children;
dwarf_getabbrevcode.c 40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev)
42 return abbrev == NULL ? 0 : abbrev->code;
dwarf_getabbrevtag.c 40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev)
42 return abbrev == NULL ? 0 : abbrev->tag;
dwarf_getattrcnt.c 38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
40 if (abbrev == NULL)
43 *attrcntp = abbrev->attrcnt;
dwarf_offabbrev.c 44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
47 if (abbrev == NULL)
50 return abbrev == DWARF_END_ABBREV ? 1 : 0;
dwarf_getabbrevattr.c 40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep,
43 if (abbrev == NULL)
47 const unsigned char *attrp = abbrev->attrp;
73 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
testranges-ia64.s 26 data4.ua @secrel(abbrev0) /* Offset Into Abbrev. Section */
39 .uleb128 0x1 /* (abbrev code) */
47 .uleb128 0x2 /* (abbrev code) */
dw2-3.S 43 .4byte .Labbrev1_begin /* Offset into abbrev section */
47 .uleb128 1 /* Abbrev: DW_TAG_compile_unit */
56 .uleb128 2 /* Abbrev: DW_TAG_subprogram */
71 .uleb128 3 /* Abbrev: DW_TAG_base_type */
77 .uleb128 4 /* Abbrev: DW_TAG_const_type */
80 .uleb128 5 /* Abbrev: DW_TAG_variable */
95 .4byte .Labbrev2_begin /* Offset into abbrev section */
99 .uleb128 1 /* Abbrev: DW_TAG_compile_unit */
108 .uleb128 2 /* Abbrev: DW_TAG_base_type */
114 .uleb128 3 /* Abbrev: DW_TAG_const_type *
    [all...]
testranges.s 26 .4byte abbrev0 ;# Offset Into Abbrev. Section
43 .uleb128 0x1 ;# (abbrev code)
51 .uleb128 0x2 ;# (abbrev code)
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
math_agree.rs 11 #define DECLARE_INPUT_SET(type, abbrev) \
12 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \
13 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \
14 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \
15 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;
30 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func)
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_agree.rs 27 #define DECLARE_INPUT_SET(type, abbrev) \
28 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \
29 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \
30 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \
31 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;
46 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func)
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
math_agree.rs 29 #define DECLARE_INPUT_SET(type, abbrev) \
30 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \
31 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \
32 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \
33 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;
48 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func)
    [all...]
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitCodes.cpp 72 const NaClBitCodeAbbrev *Abbrev,
76 if (Index >= Abbrev->getNumOperandInfos()) return;
78 const NaClBitCodeAbbrevOp &Op = Abbrev->getOperandInfo(Index);
85 PrintExpression(Stream, Abbrev, Index);
102 NaClBitCodeAbbrev *Abbrev = new NaClBitCodeAbbrev();
110 while (Op.isArrayOp() && !Abbrev->OperandList.empty() &&
111 Abbrev->OperandList.back() == OperandList[i+1]) {
112 Abbrev->OperandList.pop_back();
114 Abbrev->OperandList.push_back(Op);
116 return Abbrev;
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 428 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
430 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
431 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
432 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
433 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
436 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
437 AddSourceLocationAbbrev(Abbrev);
438 AddSourceLocationAbbrev(Abbrev);
455 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();
456 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION))
    [all...]
  /external/llvm/test/DebugInfo/Generic/
inlined-vars.ll 36 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}}
37 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}}
38 ; ARGUMENT-NOT: {{.*Abbrev.*DW_TAG_formal_parameter}}
43 ; VARIABLE: {{.*Abbrev.*DW_TAG_variable}}
44 ; VARIABLE: {{.*Abbrev.*DW_TAG_variable}}
45 ; VARIABLE-NOT: {{.*Abbrev.*DW_TAG_variable}}
  /external/strace/linux/x86_64/
arch_kvm.c 8 if (abbrev(tcp))
19 if (abbrev(tcp))
79 if (abbrev(tcp)) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16-dwarf2.s 43 .4byte .Ldebug_abbrev0 # abbrev offset
45 .uleb128 0x1 # abbrev code
53 .uleb128 0x1 # abbrev code
  /external/e2fsprogs/lib/ss/
std_rqs.ct 24 abbrev, ab;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 25 for (DIEAbbrev *Abbrev : Abbreviations)
26 Abbrev->~DIEAbbrev();
33 DIEAbbrev Abbrev = Die.generateAbbrev();
34 Abbrev.Profile(ID);
44 DIEAbbrev *New = new (AbbrevAllocator) DIEAbbrev(std::move(Abbrev));
102 const DIEAbbrev &Abbrev = assignAbbrevNumber(Die);
117 (void)Abbrev;
118 assert(Abbrev.hasChildren() && "Children flag not set");
134 // Start the debug abbrev section.
  /external/llvm/test/tools/llvm-dwp/X86/
merge.test 23 CHECK-LABEL: Abbrev table for offset:
25 CHECK-LABEL: Abbrev table for offset:
27 CHECK-LABEL: Abbrev table for offset:
45 CHECK: Index Signature INFO ABBREV LINE STR_OFFSETS
  /system/chre/
bundle_chre.sh 10 BRANCH=`git rev-parse --abbrev-ref --symbolic-full-name @{u}`

Completed in 1270 milliseconds

12 3 4 5 6 7 8 91011>>