Searched refs:ips (Results 1 - 23 of 23) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_stacktrace.h40 // for thread 'tid'. Maximum of 'n_ips' addresses put into 'ips';
42 // ips[return_value] onwards is undefined and should not be read.
53 // Hence ips[0 .. return_value-1] should all point to currently
62 /*OUT*/StackTrace ips, UInt n_ips,
75 StackTrace ips, UInt n_ips
79 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
H A Dpub_tool_execontext.h114 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
/external/valgrind/coregrind/
H A Dpub_core_stacktrace.h50 // ips[0 .. min(n_ips,return_value)]. If sps and fps are non-NULL,
55 /*OUT*/Addr* ips, UInt n_ips,
H A Dm_execontext.c88 Addr ips[0]; member in struct:_ExeContext
122 static ExeContext* record_ExeContext_wrk2 ( const Addr* ips, UInt n_ips );
146 Addr ips[1]; local
147 ips[0] = 0;
148 null_ExeContext = record_ExeContext_wrk2(ips, 1);
172 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
208 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
232 if (e1->ips[i] != e2->ips[i]) return False;
243 if (e1->ips[
277 calc_hash( const Addr* ips, UInt n_ips, UWord htab_sz ) argument
335 Addr ips[VG_(clo_backtrace_size)]; local
362 record_ExeContext_wrk2( const Addr* ips, UInt n_ips ) argument
503 make_ExeContext_from_StackTrace( const Addr* ips, UInt n_ips ) argument
[all...]
H A Dm_stacktrace.c55 IPs into 'ips'. In order to be thread-safe, we pass in the
57 meaningful. Returns number of IPs put in 'ips'.
139 /*OUT*/Addr* ips, UInt max_n_ips,
196 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
224 ips[0] = uregs.xip;
252 ips[0] = uregs.xip;
412 /* Add a frame in ips/sps/fps */
417 ips[i++] = uregs.xip - 1;
420 VG_(printf)(" ips%s[%d]=0x%08lx\n", unwind_case, i-1, ips[
138 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, const UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
456 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, const UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
644 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, const UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
916 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, const UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
1062 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, const UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
1158 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, const UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
1241 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, const UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
1396 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, const UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
1612 get_StackTrace( ThreadId tid, StackTrace ips, UInt max_n_ips, StackTrace sps, StackTrace fps, Word first_ip_delta ) argument
1692 pp_StackTrace( StackTrace ips, UInt n_ips ) argument
1708 Addr ips[max_n_ips]; local
1717 apply_StackTrace( void(*action)(UInt n, Addr ip, void* opaque), void* opaque, StackTrace ips, UInt n_ips ) argument
[all...]
H A Dm_errormgr.c1030 StackTrace ips = VG_(get_ExeContext_StackTrace)(p_min->where); local
1032 ips[0], /*debugging*/True, 0xFE/*verbosity*/,
1514 StackTrace ips; // stack trace we are lazily completing. member in struct:__anon16005
1515 UWord n_ips; // nr of elements in ips.
1523 // in stacktraces, one IP in ips can be expanded in several
1526 // more IP of ips till we have expanded enough to reach the
1530 // n_ips_expanded maintains the nr of elements in ips that we have
1540 // obj_offsets resulting of the expansion of ips[i].
1542 // This array allows to retrieve the position in ips corresponding to
1553 // can be found. As one IP of ips ca
[all...]
H A Dm_libcassert.c329 Addr ips[BACKTRACE_DEPTH]; local
351 ips, BACKTRACE_DEPTH,
358 VG_(pp_StackTrace) (ips, n_ips);
H A Dm_addrinfo.c143 Addr ips[VG_(clo_backtrace_size)], local
166 n_frames = VG_(get_StackTrace)( tid, ips, VG_(clo_backtrace_size),
174 ai->Addr.Stack.IP = ips[f];
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DSealedObjectTest.java136 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5,
140 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
171 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5,
175 cipher.init(Cipher.ENCRYPT_MODE, key, ips);
180 cipher.init(Cipher.DECRYPT_MODE, key, ips);
/external/clang/test/SemaCXX/
H A Dscope-check.cpp46 static void *ips[] = { &&lbl1, &&lbl2 }; local
61 static void *ips[] = { &&lbl1, &&lbl2 }; local
78 static void *ips[] = { &&lbl1, &&lbl2 }; local
96 static void *ips[] = { &&lbl1, &&lbl2 }; local
116 static void *ips[] = { &&lbl1, &&lbl2, &&lbl3, &&lbl4 }; local
225 static void *ips[] = { &&l0 }; local
238 static void *ips[] = { &&l0 }; local
254 static void *ips[] = { &&l0 }; local
268 static void *ips[] = { &&l0 }; local
602 static void *ips[] local
[all...]
/external/valgrind/helgrind/
H A Dhg_errors.h66 void HG_(print_access) (StackTrace ips, UInt n_ips,
H A Dlibhb.h162 typedef void (*Access_t) (StackTrace ips, UInt n_ips,
H A Dhg_errors.c1273 void HG_(print_access) (StackTrace ips, UInt n_ips, argument
1310 VG_(pp_StackTrace) (ips, n_ips);
/external/linux-tools-perf/src/tools/perf/
H A Dperf.h179 u64 ips[0]; member in struct:ip_callchain
/external/valgrind/massif/
H A Dms_main.c822 Int get_IPs( ThreadId tid, Bool exclude_first_entry, Addr ips[]) argument
844 VG_(tool_panic)("get_IPs: ips[] too small, inc. MAX_OVERESTIMATE?");
847 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate,
863 if (VG_(get_fnname)(ips[i], &buf)) {
874 ips[i] = ips[i + n_alloc_fns_removed];
894 static Addr ips[MAX_IPS]; local
898 // After this call, the IPs we want are in ips[0]..ips[n_ips-1].
899 Int n_ips = get_IPs(tid, exclude_first_entry, ips);
[all...]
/external/linux-tools-perf/src/tools/perf/tests/
H A Dsample-parsing.c80 COMP(callchain->ips[i]);
142 /* 3 ips */
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java270 * @param ips The IP address with its subnet mask.
274 private Set intersectIP(Set permitted, Set ips) argument
277 for (Iterator it = ips.iterator(); it.hasNext();)
1858 private String stringifyIPCollection(Set ips) argument
1862 for (Iterator it = ips.iterator(); it.hasNext();)
/external/v8/tools/
H A Dll_prof.py672 sample.ips = []
675 sample.ips.append(
977 for ip in sample.ips:
/external/linux-tools-perf/src/tools/perf/util/
H A Dmachine.c1288 ip = chain->ips[i];
1290 ip = chain->ips[chain->nr - i - 1];
H A Dsession.c721 i, sample->callchain->ips[i]);
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c3627 Addr ips[N_FRAMES], sps[N_FRAMES], fps[N_FRAMES]; local
3740 n_frames = VG_(get_StackTrace)( tid, ips, N_FRAMES,
3747 ips[j],
3774 ips[j] + 1,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 742 milliseconds