Searched refs:pc (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/
H A Dmapinfo.h13 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
14 const mapinfo *pc_to_mapinfo(mapinfo *mi, unsigned pc, unsigned *rel_pc);
H A Dmapinfo.c79 /* Map a pc address to the name of the containing ELF file */
80 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) argument
83 if((pc >= mi->start) && (pc < mi->end)){
91 /* Find the containing map info for the pc */
92 const mapinfo *pc_to_mapinfo(mapinfo *mi, unsigned pc, unsigned *rel_pc) argument
94 *rel_pc = pc;
96 if((pc >= mi->start) && (pc < mi->end)){
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_armtrap.h77 uint32 pc; /* r15 */ member in struct:_trap_struct
/hardware/ti/wlan/mac80211/ti-utils/
H A Dplt.c166 int i; unsigned char *pc;
192 pc = (unsigned char *)prms->buf;
198 printf("%02x ", *(unsigned char *)pc);
199 pc += 1;
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dcsc_ARGB8888_to_YUV420SP_NEON.s364 ldmfd sp!, {r4-r12,pc} @ backup registers

Completed in 357 milliseconds