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

  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 83 EhFrame::const_fde_iterator fde, fde_end = m_EhFrame.getEhFrame()->fde_end(); local
84 for(fde = m_EhFrame.getEhFrame()->fde_begin(); fde != fde_end; ++fde) {
85 assert(*fde != NULL);
89 offset = (*fde)->getOffset();
90 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
    [all...]
  /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;
  /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/llvm/tools/llvm-diff/
DifferenceEngine.cpp 140 const FunctionDifferenceEngine &fde; member in struct:__anon24130::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 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...]
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:__anon62556
    [all...]
adb.h 100 /* For local asockets, the fde is used to bind
104 fdevent fde; member in struct:asocket
224 fdevent fde; member in struct:alistener
sysdeps_win32.c 1247 static void dump_fde(fdevent *fde, const char *info)
1249 fprintf(stderr,"FDE #%03d %c%c%c %s\n", fde->fd,
1250 fde->state & FDE_READ ? 'R' : ' ',
1251 fde->state & FDE_WRITE ? 'W' : ' ',
1252 fde->state & FDE_ERROR ? 'E' : ' ',
1256 #define dump_fde(fde, info) do { } while(0)
1340 fdevent* fde = fd_table[ fd - WIN32_FH_BASE ]; local
1831 fdevent *fde = (fdevent*) malloc(sizeof(fdevent)); local
1918 fdevent *fde; local
    [all...]
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 241 /* Having PC find corresponding FDE by reading .eh_frame_hdr section data. */
285 starting from 4 word there is FDE lookup table (pairs of PC and FDE pointer) sorted by PC;
294 uintptr_t fde = 0; local
308 ALOGV("find_fde: pc %x is out of FDE bounds: %x", pc, start);
313 if (!read_dwarf(memory, eh_frame_hdr, &fde, eh_hdr_info.fde_table_enc, &c)) return 0;
314 ALOGV("pc 0x%x, ENTRY %d: start=0x%x, fde=0x%x", pc, high, start, fde);
315 return fde;
551 /* Execute CIE and FDE instructions for FDE found with find_fde. *
773 uintptr_t fde = find_fde(memory, map_info_list, state->reg[DWARF_EIP]); local
    [all...]
  /system/core/sdcard/
sdcard.c 1364 struct fuse_dirent *fde = (struct fuse_dirent*) buffer; local
    [all...]
  /external/svox/pico/lib/
picopam.c 1900 picoos_uint8 *sDest, nI, nType, nIdx, fde; local
    [all...]

Completed in 407 milliseconds