Searched defs:pc (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/
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

Completed in 466 milliseconds