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

1 2 3 4 5 6

  /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...]
dwarf_end.c 40 #include "cfi.h"
65 if (dwarf->cfi != NULL)
66 /* Clean up the CFI cache. */
67 __libdw_destroy_frame_cache (dwarf->cfi);
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_cpufreq.c 70 list_for_each_entry(struct cpufreq_info, cfi, &gcpufreq_list, list) {
71 if (cfi->mode != mode)
73 if (cfi->cpu_index == cpu_index)
74 return cfi;
96 struct cpufreq_info *cfi = gr->query_data; local
99 if (cfi->last_time) {
100 if (cfi->last_time + gr->pane->period <= now) {
101 switch (cfi->mode) {
105 get_file_value(cfi->sysfs_filename, &cfi->KHz)
128 struct cpufreq_info *cfi; local
167 struct cpufreq_info *cfi = CALLOC_STRUCT(cpufreq_info); local
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_dwarf_cfi.c 1 /* Find DWARF CFI for a module in libdwfl.
30 #include "../libdw/cfi.h"
34 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi)
36 if (cfi != NULL && cfi->ebl == NULL)
40 cfi->ebl = mod->ebl;
44 INTUSE(dwarf_cfi_end) (cfi);
50 return *slot = cfi;
  /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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/cfi/
cfi-common-3.d 1 #source: ../../../cfi/cfi-common-3.s
3 #name: CFI common 3
cfi-common-1.d 1 #source: ../../../cfi/cfi-common-1.s
3 #name: CFI common 1
cfi-common-2.d 1 #source: ../../../cfi/cfi-common-2.s
3 #name: CFI common 2
cfi-common-4.d 1 #source: ../../../cfi/cfi-common-4.s
3 #name: CFI common 4
cfi-common-5.d 1 #source: ../../../cfi/cfi-common-5.s
3 #name: CFI common 5
cfi-common-7.d 1 #source: ../../../cfi/cfi-common-7.s
3 #name: CFI common 7
cfi-common-6.d 1 #source: ../../../cfi/cfi-common-6.s
3 #name: CFI common 6
  /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/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...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh-frame-hdr.d 4 #target: cfi
6 # These targets support CFI generation but not shared libraries.
  /art/compiler/debug/
method_debug_info.h 45 ArrayRef<const uint8_t> cfi; member in struct:art::debug::MethodDebugInfo
  /art/compiler/jni/quick/
jni_compiler.h 38 ArrayRef<const uint8_t> cfi)
44 cfi_(cfi.begin(), cfi.end()) {}
  /external/google-breakpad/src/tools/linux/dump_syms/
dump_syms.cc 46 fprintf(stderr, " -c Do not generate CFI section\n");
56 bool cfi = true;
63 cfi = false;
91 SymbolData symbol_data = cfi ? ALL_SYMBOL_DATA : NO_CFI;
  /build/make/core/
config_sanitizers.mk 37 # Disable global CFI in excluded paths
38 ifneq ($(filter cfi, $(my_global_sanitize)),)
44 my_global_sanitize := $(filter-out cfi,$(my_global_sanitize))
45 my_global_sanitize_diag := $(filter-out cfi,$(my_global_sanitize_diag))
99 # Enable CFI in included paths (for Arm64 only).
100 ifeq ($(filter cfi, $(my_sanitize)),)
107 my_sanitize := cfi $(my_sanitize)
108 my_sanitize_diag := cfi $(my_sanitize_diag)
113 # If CFI is disabled globally, remove it from my_sanitize.
115 my_sanitize := $(filter-out cfi,$(my_sanitize)
    [all...]
  /art/compiler/jni/
jni_cfi_test.cc 83 jni_asm->cfi().SetEnabled(true);
93 ASSERT_EQ(jni_asm->cfi().GetCurrentCFAOffset(), frame_size);
94 const std::vector<uint8_t>& actual_cfi = *(jni_asm->cfi().data());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-arm-1.s 1 #; $ as -o test.o gas-cfi-test.s && gcc -nostdlib -o test test.o
cfi-ppc-1.s 1 #; $ as -o test.o -a32 gas-cfi-test.s && gcc -nostdlib -o test test.o
cfi-sparc-1.s 1 #; $ as -o test.o -32 gas-cfi-test.s && gcc -m32 -nostdlib -o test test.o
cfi-sparc64-1.s 1 #; $ as -o test.o -64 gas-cfi-test.s && gcc -m64 -nostdlib -o test test.o

Completed in 876 milliseconds

1 2 3 4 5 6