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

1 2

  /external/elfutils/0.153/libdw/
dwarf_cfi_addrframe.c 66 struct dwarf_fde *fde = __libdw_find_fde (cache, address); local
67 if (fde == NULL)
70 int error = __libdw_frame_at_address (cache, fde, address, frame);
fde.c 0 /* FDE reading.
94 struct dwarf_fde *fde = malloc (sizeof (struct dwarf_fde)); local
95 if (fde == NULL)
101 fde->instructions = entry->start;
102 fde->instructions_end = entry->end;
104 &fde->instructions, &fde->start))
106 &fde->instructions, &fde->end)))
108 fde->end += fde->start
163 struct dwarf_fde *fde = intern_fde (cache, &entry.fde); local
205 Dwarf_Addr fde; local
254 struct dwarf_fde *fde = __libdw_fde_by_offset (cache, offset); local
294 struct dwarf_fde *fde = intern_fde (cache, &entry.fde); local
    [all...]
cfi.h 75 uint8_t lsda_encoding; /* DW_EH_PE_* for LSDA in FDE augmentation. */
78 bool signal_frame; /* Saw 'S': FDE is for a signal frame. */
81 /* Cached FDE representation. */
86 /* This FDE describes PC values in [start, end). */
175 at a particular PC location described by an FDE. */
188 /* The FDE that generated this frame state. This points to its CIE,
190 struct dwarf_fde *fde; member in struct:Dwarf_Frame_s
225 /* Look for an FDE covering the given PC address. */
230 /* Look for an FDE by its offset in the section. */
235 /* Process the FDE that contains the given PC address
    [all...]
libdw.h 223 /* Section offset of CIE this FDE refers to. This will never be
224 DW_CIE_ID_64 in an FDE. If this value is DW_CIE_ID_64, this is
231 then the instruction stream. This FDE describes PC locations in
242 an FDE described by Dward_FDE. Check CIE_id to see which you have. */
247 Dwarf_FDE fde; member in union:__anon24995
308 /* Decode one DWARF CFI entry (CIE or FDE) from the raw section data.
317 see whether ENTRY->cie or ENTRY->fde is valid.
  /external/libcxxabi/src/Unwind/
Unwind_AppleExtras.cpp 28 void *fde; member in struct:libgcc_object
149 bool checkKeyMgrRegisteredFDEs(uintptr_t pc, void *&fde) {
156 // look at each FDE in keymgr
162 (uintptr_t)ob->fde, &fdeInfo, &cieInfo);
164 // Check if this FDE is for a function that includes the pc
166 fde = (void*)fdeInfo.pcStart;
178 (void)fde;
UnwindCursor.hpp 43 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
47 unw_word_t fde, unw_word_t mh));
55 pint_t fde; member in struct:libunwind::DwarfFDECache::entry
102 result = p->fde;
113 pint_t fde) {
130 _bufferUsed->fde = fde;
165 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
168 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
851 // Save off parsed FDE inf
1231 pint_t fde; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind_AppleExtras.cpp 28 void *fde; member in struct:libgcc_object
149 bool checkKeyMgrRegisteredFDEs(uintptr_t pc, void *&fde) {
156 // look at each FDE in keymgr
162 (uintptr_t)ob->fde, &fdeInfo, &cieInfo);
164 // Check if this FDE is for a function that includes the pc
166 fde = (void*)fdeInfo.pcStart;
178 (void)fde;
UnwindCursor.hpp 43 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
47 unw_word_t fde, unw_word_t mh));
55 pint_t fde; member in struct:libunwind::DwarfFDECache::entry
102 result = p->fde;
113 pint_t fde) {
130 _bufferUsed->fde = fde;
165 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
168 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
851 // Save off parsed FDE inf
1231 pint_t fde; local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 86 EhFrame::FDE& fde = **fi; local
90 offset = fde.getOffset();
91 fde_pc = computePCBegin(fde, ehframe_region);
132 /// sizeOutput - base on the fde count to size output
141 /// computePCBegin - return the address of FDE's pc
143 uint32_t EhFrameHdr::computePCBegin(const EhFrame::FDE& pFDE,
EhFrame.cpp 54 // EhFrame::FDE
56 EhFrame::FDE::FDE(llvm::StringRef pRegion, EhFrame::CIE& pCIE)
60 EhFrame::FDE::~FDE()
64 void EhFrame::FDE::setCIE(EhFrame::CIE& pCIE)
85 : EhFrame::FDE(pRegion, pCIE) {
158 void EhFrame::addFDE(EhFrame::FDE& pFDE, bool pAlsoAddFragment)
167 // FDE number only used by .eh_frame_hdr computation, and the number of CIE
264 typedef std::vector<FDE*> FDERemoveList
268 FDE& fde = **i; local
286 FDE& fde = **i; local
    [all...]
ELFObjectWriter.cpp 417 // Patch FDE field (offset to CIE)
423 EhFrame::FDE& fde = **fi; local
424 if (fde.getRecordType() == EhFrame::RECORD_GENERATED) {
429 // FDE entry for PLT is always 32-bit
430 uint64_t fde_offset = pFrame.getSection().offset() + fde.getOffset() +
435 memcpy(pRegion.begin() + fde.getOffset() +
439 memcpy(pRegion.begin() + fde.getOffset() +
443 uint64_t fde_cie_ptr_offset = fde.getOffset() +
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 55 typedef struct dwarf_fde fde; typedef in typeref:struct:dwarf_fde
58 const fde *ret;
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 310 EhFrame::FDE* fde = new EhFrame::GeneratedFDE(fde_region, *cie); local
311 // Augmentation data only contains FDE encoding.
321 // Insert the FDE fragment
323 frag_list.insertAfter(cur_iter, fde);
324 fde->setCIE(exist_cie);
335 eh_frame->addFDE(*fde);
439 DW_EH_PE_pcrel | DW_EH_PE_sdata4, // FDE encoding
609 DW_EH_PE_pcrel | DW_EH_PE_sdata4, // FDE encoding
  /bootable/recovery/minadbd/
fdevent.c 70 static void dump_fde(fdevent *fde, const char *info)
73 fprintf(stderr,"FDE #%03d %c%c%c %s\n", fde->fd,
74 fde->state & FDE_READ ? 'R' : ' ',
75 fde->state & FDE_WRITE ? 'W' : ' ',
76 fde->state & FDE_ERROR ? 'E' : ' ',
82 #define dump_fde(fde, info) do { } while(0)
126 static void fdevent_connect(fdevent *fde)
132 ev.data.ptr = fde;
135 if(epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fde->fd, &ev))
207 fdevent *fde; local
308 fdevent *fde; local
329 fdevent *fde; local
368 fdevent *fde; local
526 fdevent *fde = fd_table[fd]; local
577 fdevent *fde = (fdevent*) malloc(sizeof(fdevent)); local
674 fdevent *fde; local
683 fdevent *fde; local
    [all...]
adb.h 94 /* For local asockets, the fde is used to bind
98 fdevent fde; member in struct:asocket
  /external/elfutils/elfutils/
libdw.h 223 /* Section offset of CIE this FDE refers to. This will never be
224 DW_CIE_ID_64 in an FDE. If this value is DW_CIE_ID_64, this is
231 then the instruction stream. This FDE describes PC locations in
242 an FDE described by Dward_FDE. Check CIE_id to see which you have. */
247 Dwarf_FDE fde; member in union:__anon25139
308 /* Decode one DWARF CFI entry (CIE or FDE) from the raw section data.
317 see whether ENTRY->cie or ENTRY->fde is valid.
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 140 const FunctionDifferenceEngine &fde; member in struct:__anon30167::FunctionDifferenceEngine::QueueSorter
141 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {}
144 return fde.getUnprocPredCount(Old.first)
145 < fde.getUnprocPredCount(New.first);
  /system/core/adb/
fdevent.c 62 static void dump_fde(fdevent *fde, const char *info)
65 fprintf(stderr,"FDE #%03d %c%c%c %s\n", fde->fd,
66 fde->state & FDE_READ ? 'R' : ' ',
67 fde->state & FDE_WRITE ? 'W' : ' ',
68 fde->state & FDE_ERROR ? 'E' : ' ',
73 #define dump_fde(fde, info) do { } while(0)
117 static void fdevent_connect(fdevent *fde)
123 ev.data.ptr = fde;
126 if(epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fde->fd, &ev))
198 fdevent *fde; local
299 fdevent *fde; local
320 fdevent *fde; local
359 fdevent *fde; local
517 fdevent *fde = fd_table[fd]; local
568 fdevent *fde = (fdevent*) malloc(sizeof(fdevent)); local
665 fdevent *fde; local
674 fdevent *fde; local
    [all...]
jdwp_service.c 110 fdevent* fde; member in struct:JdwpProcess
173 if (proc->fde != NULL) {
174 fdevent_destroy(proc->fde);
175 proc->fde = NULL;
209 proc->fde = fdevent_create( socket, jdwp_process_event, proc );
210 if (proc->fde == NULL) {
216 proc->fde->state |= FDE_DONT_CLOSE;
228 fdevent_add(proc->fde, FDE_READ);
383 fdevent_del( proc->fde, FDE_WRITE );
421 fdevent_add( proc->fde, FDE_WRITE )
438 fdevent* fde; member in struct:__anon81208
    [all...]
adb.h 101 /* For local asockets, the fde is used to bind
105 fdevent fde; member in struct:asocket
231 fdevent fde; member in struct:alistener
sysdeps_win32.c 1254 static void dump_fde(fdevent *fde, const char *info)
1256 fprintf(stderr,"FDE #%03d %c%c%c %s\n", fde->fd,
1257 fde->state & FDE_READ ? 'R' : ' ',
1258 fde->state & FDE_WRITE ? 'W' : ' ',
1259 fde->state & FDE_ERROR ? 'E' : ' ',
1263 #define dump_fde(fde, info) do { } while(0)
1347 fdevent* fde = fd_table[ fd - WIN32_FH_BASE ]; local
1838 fdevent *fde = (fdevent*) malloc(sizeof(fdevent)); local
1925 fdevent *fde; local
    [all...]
  /art/compiler/
oat_writer.cc 406 // Copy in the FDE, if present
407 const std::vector<uint8_t>* fde = compiled_method->GetCFIInfo(); local
408 if (fde != nullptr) {
411 cfi_info->insert(cfi_info->end(), fde->begin(), fde->end());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 561 struct dw_fde_struct *fde;
560 struct dw_fde_struct *fde; variable in typeref:struct:dw_fde_struct
  /external/qemu/tcg/i386/
tcg-target.c 2206 DebugFrameFDEHeader fde; member in struct:__anon33911
    [all...]
  /system/core/sdcard/
sdcard.c 1390 struct fuse_dirent *fde = (struct fuse_dirent*) buffer; local
    [all...]

Completed in 1001 milliseconds

1 2