HomeSort by relevance Sort by last modified time
    Searched defs:cfi (Results 1 - 25 of 38) sorted by null

1 2

  /external/elfutils/libdw/
dwarf_getcfi.c 1 /* Get CFI from DWARF file.
34 #include "cfi.h"
43 if (dbg->cfi == NULL && dbg->sectiondata[IDX_debug_frame] != NULL)
45 Dwarf_CFI *cfi = libdw_typed_alloc (dbg, Dwarf_CFI); local
47 cfi->dbg = dbg;
48 cfi->data = (Elf_Data_Scn *) dbg->sectiondata[IDX_debug_frame];
50 cfi->search_table = NULL;
51 cfi->search_table_vaddr = 0;
52 cfi->search_table_entries = 0;
53 cfi->search_table_encoding = DW_EH_PE_omit
    [all...]
dwarf_getcfi_elf.c 1 /* Get CFI from ELF file's exception-handling info.
38 #include "cfi.h"
46 Dwarf_CFI *cfi = calloc (1, sizeof *cfi); local
47 if (cfi == NULL)
53 cfi->e_ident = (unsigned char *) elf_getident (elf, NULL);
54 if (cfi->e_ident == NULL)
56 free (cfi);
61 if ((BYTE_ORDER == LITTLE_ENDIAN && cfi->e_ident[EI_DATA] == ELFDATA2MSB)
62 || (BYTE_ORDER == BIG_ENDIAN && cfi->e_ident[EI_DATA] == ELFDATA2LSB)
175 Dwarf_CFI *cfi = allocate_cfi (elf, eh_frame_ptr); local
225 Dwarf_CFI *cfi = allocate_cfi (elf, shdr->sh_addr); local
    [all...]
libdwP.h 185 /* Cached info from the CFI section. */
186 struct Dwarf_CFI_s *cfi; member in struct:Dwarf
  /art/compiler/debug/
method_debug_info.h 42 ArrayRef<const uint8_t> cfi; member in struct:art::debug::MethodDebugInfo
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-generic-lambda-1y.cpp 48 static char cfi(int) { return 'a'; } function in struct:Local
54 l4(&Local::cfi);
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.h 35 // (and improperly) formatted DWARF CFI data for unit tests.
57 // CFI augmentation strings beginning with 'z', defined by the
78 EncodedPointerBases() : cfi(), text(), data() { }
80 // The starting address of this CFI section in memory, for
83 uint64_t cfi; member in struct:google_breakpad::CFISection::EncodedPointerBases
96 // Standards Base Core Specification, instead of the DWARF CFI
112 // false if it contains ordinary DWARF CFI data.
222 // Constants used in CFI/.eh_frame data:
229 // The CIE identifier for 32- and 64-bit DWARF CFI and .eh_frame data.
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailProviderSettingsUtil.java 64 CallForwardInfo[] cfi = VoicemailProviderSettings.NO_FORWARDING; local
68 cfi = new CallForwardInfo[fwdLen];
69 for (int i = 0; i < cfi.length; i++) {
71 cfi[i] = new CallForwardInfo();
72 cfi[i].status = prefs.getInt(settingKey + FWD_SETTING_STATUS, 0);
73 cfi[i].reason = prefs.getInt(
76 cfi[i].serviceClass = CommandsInterface.SERVICE_CLASS_VOICE;
77 cfi[i].toa = PhoneNumberUtils.TOA_International;
78 cfi[i].number = prefs.getString(settingKey + FWD_SETTING_NUMBER, "");
79 cfi[i].timeSeconds = prefs.getInt(settingKey + FWD_SETTING_TIME, 20)
    [all...]
  /external/google-breakpad/src/processor/
cfi_frame_info_unittest.cc 79 CFIFrameInfo cfi; member in struct:CFIFixture
90 cfi.SetRARule("0");
91 ASSERT_FALSE(cfi.FindCallerRegs<uint64_t>(registers, memory,
93 ASSERT_EQ(".ra: 0", cfi.Serialize());
100 cfi.SetCFARule("0");
101 ASSERT_FALSE(cfi.FindCallerRegs<uint64_t>(registers, memory,
103 ASSERT_EQ(".cfa: 0", cfi.Serialize());
109 cfi.SetCFARule("330903416631436410");
110 cfi.SetRARule("5870666104170902211");
111 ASSERT_TRUE(cfi.FindCallerRegs<uint64_t>(registers, memory
    [all...]
  /art/compiler/utils/
assembler.h 323 // Release the CFI stream and advance PC infos so that the assembler can patch it.
334 // Reserve space for the CFI stream.
339 // Append raw data to the CFI stream.
518 DebugFrameOpCodeWriterForAssembler& cfi() { return cfi_; } function in class:art::Assembler
  /external/valgrind/coregrind/m_debuginfo/
readexidx.c 91 // that Valgrind uses for CFI information. Hence Valgrind's CFI
117 // * .. TranslateCmd, which generates the pseudo-CFI
582 rules in |cfi| will almost certainly refer to the CFA, and so
598 DiCfSI_m cfi; member in struct:_SummState
600 // For generating CFI register expressions, if needed.
654 /* Set cfi.cfa_{how,off} so as to be a copy of the expression denoted
658 Bool setCFAfromCFIR( /*MOD*/DiCfSI_m* cfi, XArray*/*CfiExpr*/ cfsi_exprs,
667 cfi->cfa_how = CFIC_ARM_R7REL;
668 cfi->cfa_off = 0
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 339 const char* cfi = local
352 byte_reader.SetCFIDataBase(section->sh_addr, cfi);
360 dwarf2reader::CallFrameInfo parser(cfi, cfi_size,
683 // Dwarf Call Frame Information (CFI) is actually independent from
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 1715 void Assembler::cfi(Register r, const Operand& opnd) { ril_form(CFI, r, opnd); } function in class:v8::internal::Assembler
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1806 uint8 cfi; member in struct:dot11_tclas_fc_5_8021d
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 416 milliseconds

1 2