Home
last modified time | relevance | path

Searched refs:elfDecodeLocation (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A Delf.h261 u32 elfDecodeLocation(Function *, ELFBlock *, LocationType *);
262 u32 elfDecodeLocation(Function *, ELFBlock *, LocationType *, u32);
H A Delf.cpp698 u32 elfDecodeLocation(Function *f, ELFBlock *o, LocationType *type, u32 base) in elfDecodeLocation() function
776 u32 elfDecodeLocation(Function *f, ELFBlock *o, LocationType *type) in elfDecodeLocation() function
778 return elfDecodeLocation(f, o, type, 0); in elfDecodeLocation()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Delf.h280 u32 elfDecodeLocation(Function *, ELFBlock *, LocationType *);
281 u32 elfDecodeLocation(Function *, ELFBlock *, LocationType *, u32);
H A DexprNode.cpp68 n->location = elfDecodeLocation(f, o->location, &n->locType); in exprNodeIdentifierResolve()
174 n->location = elfDecodeLocation(f, m->location, &n->locType, in exprNodeDotResolve()
236 n->location = elfDecodeLocation(f, m->location, &n->locType, in exprNodeArrowResolve()
H A Delf.cpp716 u32 elfDecodeLocation(Function *f, ELFBlock *o, LocationType *type, u32 base) in elfDecodeLocation() function
794 u32 elfDecodeLocation(Function *f, ELFBlock *o, LocationType *type) in elfDecodeLocation() function
796 return elfDecodeLocation(f, o, type, 0); in elfDecodeLocation()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/sdl/
H A DexprNode.cpp72 n->location = elfDecodeLocation(f, o->location, &n->locType); in exprNodeIdentifierResolve()
178 n->location = elfDecodeLocation(f, m->location, &n->locType, in exprNodeDotResolve()
240 n->location = elfDecodeLocation(f, m->location, &n->locType, in exprNodeArrowResolve()
H A Ddebugger.cpp497 u32 location = elfDecodeLocation(f, m->location, &type, objLocation); in debuggerPrintStructure()
584 location = elfDecodeLocation(f, loc, &type, objLocation); in debuggerPrintValueInternal()
586 location = elfDecodeLocation(f, loc,&type); in debuggerPrintValueInternal()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/sdl/
H A Ddebugger.cpp404 u32 location = elfDecodeLocation(f, m->location, &type, objLocation); in debuggerPrintStructure()
490 location = elfDecodeLocation(f, loc, &type, objLocation); in debuggerPrintValueInternal()
492 location = elfDecodeLocation(f, loc,&type); in debuggerPrintValueInternal()