Home
last modified time | relevance | path

Searched refs:elfGetCompileUnitForData (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Delf.cpp887 CompileUnit *elfGetCompileUnitForData(u8 *data) in elfGetCompileUnitForData() function
965 elfGetCompileUnitForData(data)->top; in elfReadAttribute()
974 (elfGetCompileUnitForData(data)->top - in elfReadAttribute()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A Delf.cpp869 CompileUnit *elfGetCompileUnitForData(u8 *data) in elfGetCompileUnitForData() function
946 …attr->value = (u32)((elfDebugInfo->infodata + elfRead4Bytes(data)) - elfGetCompileUnitForData(data… in elfReadAttribute()
954 …attr->value = (u32)((elfDebugInfo->infodata + (elfGetCompileUnitForData(data)->top - elfDebugInfo-… in elfReadAttribute()