Searched defs:pc (Results 276 - 300 of 416) sorted by relevance

<<11121314151617

/external/honggfuzz/
H A Dhonggfuzz.h64 /* Maximum number of PC guards (=trace-pc-guard) we support */
291 uint64_t pc; member in struct:__anon7848
/external/honggfuzz/linux/
H A Dtrace.c167 uint64_t pc; member in struct:user_regs_struct_64
311 static size_t arch_getProcMem(pid_t pid, uint8_t* buf, size_t len, REG_TYPE pc) { argument
320 .iov_base = (void*)(uintptr_t)pc,
337 uint8_t* addr = (uint8_t*)(uintptr_t)pc + (int)(x * sizeof(long));
351 static size_t arch_getPC(pid_t pid, REG_TYPE* pc, REG_TYPE* status_reg UNUSED) { argument
389 *pc = r32->eip;
399 *pc = r64->ip;
414 *pc = r32->ARM_pc;
417 *pc = r32->uregs[ARM_pc];
428 *pc
468 arch_getInstrStr(pid_t pid, REG_TYPE* pc, char* instr) argument
607 REG_TYPE pc = 0, status_reg = 0; local
649 REG_TYPE pc = 0; local
962 REG_TYPE pc = 0; local
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h254 __u64 pc; member in struct:kvm_debug_exit_arch
/external/libchrome/base/debug/
H A Dactivity_tracker.cc1686 void GlobalActivityTracker::RecordExceptionImpl(const void* pc, argument
1699 tracker->RecordExceptionActivity(pc, origin, Activity::ACT_EXCEPTION,
/external/libcups/cups/
H A Dppd-cache.c56 _ppd_cache_t *pc, /* I - PPD cache info */
89 if (pc->password && (password = cupsGetOption("job-password", num_options, options)) != NULL && ippGetOperation(request) != IPP_OP_VALIDATE_JOB)
121 if (pc->account_id)
130 if (pc->accounting_user_id)
139 for (mandatory = (const char *)cupsArrayFirst(pc->mandatory); mandatory; mandatory = (const char *)cupsArrayNext(pc->mandatory))
202 media_source = _ppdCacheGetSource(pc, cupsGetOption("InputSlot", num_options, options));
203 media_type = _ppdCacheGetType(pc, cupsGetOption("MediaType", num_options, options));
204 size = _ppdCacheGetSize(pc, keyword);
247 keyword = _ppdCacheGetBin(pc, choic
53 _cupsConvertOptions( ipp_t *request, ppd_file_t *ppd, _ppd_cache_t *pc, ipp_attribute_t *media_col_sup, ipp_attribute_t *doc_handling_sup, ipp_attribute_t *print_color_mode_sup, const char *user, const char *format, int copies, int num_options, cups_option_t *options) argument
399 _ppd_cache_t *pc; /* PWG mapping data */ local
959 _ppd_cache_t *pc; /* PWG mapping data */ local
1875 _ppdCacheDestroy(_ppd_cache_t *pc) argument
1968 _ppdCacheGetBin( _ppd_cache_t *pc, const char *output_bin) argument
2001 _ppdCacheGetFinishingOptions( _ppd_cache_t *pc, ipp_t *job, ipp_finishings_t value, int num_options, cups_option_t **options) argument
2069 _ppdCacheGetFinishingValues( _ppd_cache_t *pc, int num_options, cups_option_t *options, int max_values, int *values) argument
2156 _ppdCacheGetInputSlot( _ppd_cache_t *pc, ipp_t *job, const char *keyword) argument
2221 _ppdCacheGetMediaType( _ppd_cache_t *pc, ipp_t *job, const char *keyword) argument
2275 _ppdCacheGetOutputBin( _ppd_cache_t *pc, const char *output_bin) argument
2308 _ppdCacheGetPageSize( _ppd_cache_t *pc, ipp_t *job, const char *keyword, int *exact) argument
2547 _ppdCacheGetSize( _ppd_cache_t *pc, const char *page_size) argument
2661 _ppdCacheGetSource( _ppd_cache_t *pc, const char *input_slot) argument
2690 _ppdCacheGetType( _ppd_cache_t *pc, const char *media_type) argument
2718 _ppdCacheWriteFile( _ppd_cache_t *pc, const char *filename, ipp_t *attrs) argument
[all...]
/external/libpcap/
H A Dpcap.c1959 pcap_t *pc, *prevpc; local
1961 for (pc = pcaps_to_close, prevpc = NULL; pc != NULL;
1962 prevpc = pc, pc = pc->next) {
1963 if (pc == p) {
1971 pcaps_to_close = pc->next;
1976 prevpc->next = pc->next;
/external/libpng/
H A Dpngrutil.c3986 int b, pa, pb, pc, p; local
3992 pc = a - c;
3996 pb = abs(pc);
3997 pc = abs(p + pc);
4000 pb = pc < 0 ? -pc : pc;
4001 pc = (p + pc) <
4043 int a, b, c, pa, pb, pc, p; local
[all...]
H A Dpngwutil.c2473 int a, b, c, pa, pb, pc, p; local
2480 pc = a - c;
2484 pb = abs(pc);
2485 pc = abs(p + pc);
2488 pb = pc < 0 ? -pc : pc;
2489 pc = (p + pc) <
2526 int a, b, c, pa, pb, pc, p; local
[all...]
/external/libunwind_llvm/src/
H A DUnwindCursor.hpp45 static pint_t findFDE(pint_t mh, pint_t pc);
99 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { argument
104 if ((p->ip_start <= pc) && (pc < p->ip_end)) {
444 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
462 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
473 bool getInfoFromCompactEncodingSection(pint_t pc,
777 pint_t pc,
786 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc);
916 bool UnwindCursor<A, R>::getInfoFromDwarfSection(pint_t pc, argument
776 getInfoFromEHABISection( pint_t pc, const UnwindInfoSections &sects) argument
990 getInfoFromCompactEncodingSection(pint_t pc, const UnwindInfoSections &sects) argument
1247 pint_t pc = (pint_t)this->getReg(UNW_REG_IP); local
[all...]
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp663 uintptr_t pc = _Unwind_GetIP(context)-1; local
668 uintptr_t pcOffset = pc - funcStart;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c1068 static void set_basicblock_name(LLVMBasicBlockRef bb, const char *base, int pc) argument
1075 snprintf(buf, sizeof(buf), "%s%d", base, pc - 1);
1117 set_basicblock_name(flow->loop_entry_block, "loop", bld_base->pc);
1159 set_basicblock_name(current_branch->next_block, "else", bld_base->pc);
1176 set_basicblock_name(current_branch->next_block, "endif", bld_base->pc);
1194 set_basicblock_name(current_loop->next_block, "endloop", bld_base->pc);
1210 set_basicblock_name(if_block, "if", bld_base->pc);
/external/mksh/src/
H A Dmisc.c769 unsigned char sc, pc, sl = 0; local
778 pc = *p++;
781 if (!ISMAGIC(pc)) {
782 if (sc != pc)
792 ctype((pc = p[3]), C_ANGLE) &&
800 if (ord(pc) == ORD('<') &&
805 if (ord(pc) == ORD('>') &&
/external/pdfium/third_party/libpng16/
H A Dpngrutil.c3860 int b, pa, pb, pc, p; local
3866 pc = a - c;
3870 pb = abs(pc);
3871 pc = abs(p + pc);
3874 pb = pc < 0 ? -pc : pc;
3875 pc = (p + pc) <
3914 int a, b, c, pa, pb, pc, p; local
[all...]
H A Dpngwutil.c2419 int a, b, c, pa, pb, pc, p; local
2426 pc = a - c;
2430 pb = abs(pc);
2431 pc = abs(p + pc);
2434 pb = pc < 0 ? -pc : pc;
2435 pc = (p + pc) <
2468 int a, b, c, pa, pb, pc, p; local
[all...]
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp637 uintptr_t pc = _Unwind_GetIP(context)-1; local
642 uintptr_t pcOffset = pc - funcStart;
/external/syslinux/com32/lib/libpng/
H A Dpngrutil.c3006 int a, b, c, pa, pb, pc, p; local
3013 pc = a - c;
3017 pb = abs(pc);
3018 pc = abs(p + pc);
3021 pb = pc < 0 ? -pc : pc;
3022 pc = (p + pc) <
[all...]
H A Dpngwutil.c2599 int a, b, c, pa, pb, pc, p; local
2606 pc = a - c;
2610 pb = abs(pc);
2611 pc = abs(p + pc);
2614 pb = pc < 0 ? -pc : pc;
2615 pc = (p + pc) <
2673 int a, b, c, pa, pb, pc, p; local
[all...]
/external/syslinux/com32/lua/src/
H A Dlparser.c209 getlocvar(fs, fs->nactvar - nvars)->startpc = fs->pc;
217 getlocvar(fs, --fs->nactvar)->endpc = fs->pc;
353 luaK_patchlist(fs, gt->pc, label->pc);
375 luaK_patchclose(ls->fs, gt->pc, lb->nactvar);
385 int line, int pc) {
392 l->arr[n].pc = pc;
429 luaK_patchclose(fs, gt->pc, bl->nactvar);
455 int l = newlabelentry(ls, &ls->dyd->label, n, 0, ls->fs->pc);
384 newlabelentry(LexState *ls, Labellist *l, TString *name, int line, int pc) argument
735 int pc = luaK_codeABC(fs, OP_NEWTABLE, 0, 0, 0); local
1179 gotostat(LexState *ls, int pc) argument
[all...]
/external/syslinux/core/lwip/src/netif/ppp/
H A Dppp.c365 PPPControl* pc; local
367 pc = &pppControl[pd];
369 PPPDEBUG(LOG_DEBUG, ("pppLinkTerminated: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode));
370 if (pc->linkStatusCB) {
371 pc->linkStatusCB(pc->linkStatusCtx, pc->errCode ? pc->errCode : PPPERR_PROTOCOL, NULL);
374 pc
532 PPPControl *pc; local
590 PPPControl* pc = &pppControl[pd]; local
600 PPPControl *pc; local
654 PPPControl *pc = &pppControl[pd]; local
691 nPut(PPPControl *pc, struct pbuf *nb) argument
756 PPPControl *pc = &pppControl[pd]; local
801 PPPControl *pc = &pppControl[pd]; local
951 PPPControl *pc = &pppControl[pd]; local
1003 PPPControl *pc = &pppControl[pd]; local
1020 PPPControl *pc = &pppControl[pd]; local
1063 PPPControl *pc = &pppControl[pd]; local
1141 PPPControl *pc = &pppControl[unit]; local
1181 PPPControl *pc = &pppControl[unit]; local
1290 PPPControl *pc = &pppControl[pd]; local
1332 PPPControl *pc = &pppControl[pd]; local
1377 PPPControl *pc = &pppControl[pd]; local
1408 PPPControl *pc = &pppControl[pd]; local
1434 PPPControl *pc = &pppControl[pd]; local
1458 PPPControl *pc = &pppControl[pd]; local
1482 PPPControl *pc = &pppControl[pd]; local
1528 PPPControl* pc; local
[all...]
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h567 Address Assembler::target_pointer_address_at(Address pc) {
568 Instruction* instr = reinterpret_cast<Instruction*>(pc);
574 // Read/Modify the code target address in the branch/call instruction at pc.
575 Address Assembler::target_address_at(Address pc, Address constant_pool) {
576 return Memory::Address_at(target_pointer_address_at(pc));
580 Address Assembler::target_address_at(Address pc, Code* code) {
582 return target_address_at(pc, constant_pool);
586 Address Assembler::target_address_from_return_address(Address pc) {
592 Address candidate = pc - 2 * kInstructionSize;
600 Address Assembler::return_address_from_call_start(Address pc) {
642 deserialization_set_target_internal_reference_at( Isolate* isolate, Address pc, Address target, RelocInfo::Mode mode) argument
648 set_target_address_at(Isolate* isolate, Address pc, Address constant_pool, Address target, ICacheFlushMode icache_flush_mode) argument
663 set_target_address_at(Isolate* isolate, Address pc, Code* code, Address target, ICacheFlushMode icache_flush_mode) argument
[all...]
/external/v8/src/
H A Dassembler.h291 // Relocation information consists of the address (pc) of the datum
307 // pc and kPointerSize for the actual pointer to the comment.
310 // The maximum size for a call instruction including pc-jump.
313 // The maximum pc delta that will use the short encoding.
355 // This is not an actual reloc mode, but used to encode a long pc jump that
379 RelocInfo(Isolate* isolate, byte* pc, Mode rmode, intptr_t data, Code* host) argument
380 : isolate_(isolate), pc_(pc), rmode_(rmode), data_(data), host_(host) {
482 byte* pc() const { return pc_; } function in class:v8::internal::RelocInfo
483 void set_pc(byte* pc) { pc_ = pc; } argument
648 RelocInfoWriter(byte* pos, byte* pc) argument
657 Reposition(byte* pos, byte* pc) argument
[all...]
H A Dframes.h546 Address pc() const { return *pc_address(); } function in class:v8::internal::BASE_EMBEDDED
547 void set_pc(Address pc) { *pc_address() = pc; } argument
581 // Get the code object that contains the given pc.
582 static inline Code* GetContainingCode(Isolate* isolate, Address pc);
584 // Get the code object containing the given pc and fill in the
585 // safepoint entry and the number of stack slots. The pc must be at
588 Address pc,
1074 // Lookup exception handler for current {pc}, returns -1 if none found. Also
1160 // Lookup exception handler for current {pc}, return
[all...]
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc272 WasmOutOfLineTrap(CodeGenerator* gen, int pc, bool frame_elided, argument
276 pc_(pc),
313 X64OperandConverter& i, int pc, Instruction* instr) {
319 new (zone) WasmOutOfLineTrap(codegen, pc, frame_elided, position, instr);
311 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, size_t input_count, X64OperandConverter& i, int pc, Instruction* instr) argument
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc31 // immediate value is used) is the delta from the pc to the first instruction of
2760 static Address GetInterruptImmediateLoadAddress(Address pc) { argument
2761 Address load_address = pc - 2 * Assembler::kInstrSize;
2804 Address pc,
2807 Address pc_immediate_load_address = GetInterruptImmediateLoadAddress(pc);
2818 // ldr ip, [pc/pp, #imm] | movw ip, #imm | movw ip, #imm
2823 // ldr ip, [pc/pp, #imm] | mov ip, #imm | mov ip, #imm
2832 // between the branch address and |pc| (which points at <blx ip>) plus
2834 int branch_offset = pc - Instruction::kPCReadOffset - branch_address +
2844 // ldr ip, [pc/p
2803 PatchAt(Code* unoptimized_code, Address pc, BackEdgeState target_state, Code* replacement_code) argument
2869 GetBackEdgeState( Isolate* isolate, Code* unoptimized_code, Address pc) argument
[all...]
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc2816 Address pc,
2820 Address branch_address = pc - 3 * kInstructionSize;
2834 // .. .. .. .. ldr x16, pc+<interrupt stub address>
2844 // .. .. .. .. ldr x16, pc+<on-stack replacement address>
2851 Instruction* load = Instruction::Cast(pc)->preceding(2);
2874 Address pc) {
2878 Instruction* jump_or_nop = Instruction::Cast(pc)->preceding(3);
2881 Instruction* load = Instruction::Cast(pc)->preceding(2);
2815 PatchAt(Code* unoptimized_code, Address pc, BackEdgeState target_state, Code* replacement_code) argument
2871 GetBackEdgeState( Isolate* isolate, Code* unoptimized_code, Address pc) argument

Completed in 555 milliseconds

<<11121314151617