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

  /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 208 /* Cached info from the CFI section. */
209 struct Dwarf_CFI_s *cfi; member in struct:Dwarf
    [all...]
  /art/compiler/debug/
method_debug_info.h 45 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/elfutils/tests/
dwarfcfi.c 1 /* Test program for DWARF (.debug_frame) CFI handling.
80 handle_address (Dwarf_CFI *cfi, GElf_Addr pc)
83 int result = dwarf_cfi_addrframe (cfi, pc, &frame);
153 Dwarf_CFI *cfi = dwarf_getcfi (dwarf); local
154 if (cfi == NULL)
155 error (EXIT_FAILURE, 0, "cannot get DWARF CFI from .dwarf_frame: %s",
165 result |= handle_address (cfi, addr);
  /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.
  /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...]
  /build/soong/cc/
sanitize.go 45 cfiCflags = []string{"-flto", "-fsanitize-cfi-cross-dso",
46 "-fsanitize-blacklist=external/compiler-rt/lib/cfi/cfi_blacklist.txt"}
47 // -flto and -fvisibility are required by clang when -fsanitize=cfi is
50 cfiLdflags = []string{"-flto", "-fsanitize-cfi-cross-dso", "-fsanitize=cfi",
79 cfi
94 case cfi:
95 return "cfi"
114 case cfi:
115 return "cfi"
78 cfi const
    [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 328 // Release the CFI stream and advance PC infos so that the assembler can patch it.
339 // Reserve space for the CFI stream.
344 // Append raw data to the CFI stream.
394 DebugFrameOpCodeWriterForAssembler& cfi() { return cfi_; } function in class:art::Assembler
  /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/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 305 milliseconds