Home
last modified time | relevance | path

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

/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/tests/auto/
H A Ddwarfdietest.cpp62 const auto lowPC = cu->attribute(DW_AT_low_pc); in testAttribute_AT_ranges() local
64 if (lowPC.isNull() && ranges.isNull()) in testAttribute_AT_ranges()
67 QVERIFY(lowPC.isNull() != ranges.isNull()); // exactly one of them must be present in testAttribute_AT_ranges()
68 if (lowPC.isNull()) { in testAttribute_AT_ranges()
74 QVERIFY(lowPC.value<uint64_t>() >= textSection->header()->virtualAddress()); in testAttribute_AT_ranges()
75 …QVERIFY(lowPC.value<uint64_t>() < textSection->header()->virtualAddress() + textSection->header()-… in testAttribute_AT_ranges()
95 const auto lowPC = die->attribute(DW_AT_low_pc).toULongLong(); in testArange() local
96 if (lowPC <= 0) in testArange()
99 const auto lookupCU = f.dwarfInfo()->addressRanges()->compilationUnitForAddress(lowPC); in testArange()
108 const auto lookupDie = f.dwarfInfo()->addressRanges()->dieForAddress(lowPC); in testArange()
[all …]
/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/lib/dwarf/
H A Ddwarfaddressranges.cpp73 const auto lowPC = die->attribute(DW_AT_low_pc).toULongLong(); in findByLowPCRecursive() local
74 if (lowPC == addr) in findByLowPCRecursive()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A Delf.h176 u32 lowPC; member
202 u32 lowPC; member
220 u32 lowPC; member
H A Delf.cpp248 if(unit->lowPC) { in elfGetCompileUnit()
249 if(addr >= unit->lowPC && addr < unit->highPC) in elfGetCompileUnit()
256 if(addr >= r->ranges[j].lowPC && addr < r->ranges[j].highPC) in elfGetCompileUnit()
276 if(addr >= func->lowPC && addr < func->highPC) { in elfGetAddressSymbol()
277 int offset = addr - func->lowPC; in elfGetAddressSymbol()
393 if(addr >= func->lowPC && addr < func->highPC) { in elfGetCurrentFunction()
1996 u32 start = func->lowPC; in elfParseBlock()
2113 func->lowPC = attr->value; in elfGetFunctionAttributes()
2182 func->lowPC = attr->value; in elfParseFunction()
2484 unit->lowPC = attr->value; in elfParseCompUnit()
[all …]
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Delf.h195 u32 lowPC; member
221 u32 lowPC; member
239 u32 lowPC; member
H A Delf.cpp266 if(unit->lowPC) { in elfGetCompileUnit()
267 if(addr >= unit->lowPC && addr < unit->highPC) in elfGetCompileUnit()
274 if(addr >= r->ranges[j].lowPC && addr < r->ranges[j].highPC) in elfGetCompileUnit()
294 if(addr >= func->lowPC && addr < func->highPC) { in elfGetAddressSymbol()
295 int offset = addr - func->lowPC; in elfGetAddressSymbol()
411 if(addr >= func->lowPC && addr < func->highPC) { in elfGetCurrentFunction()
2019 u32 start = func->lowPC; in elfParseBlock()
2136 func->lowPC = attr->value; in elfGetFunctionAttributes()
2205 func->lowPC = attr->value; in elfParseFunction()
2507 unit->lowPC = attr->value; in elfParseCompUnit()
[all …]
H A DGBA.cpp494 void cpuProfil(char *buf, int size, u32 lowPC, int scale) in cpuProfil() argument
498 profilLowPC = lowPC; in cpuProfil()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/
H A DREADME257 void monstartup(u32 lowPC, 32 highPC)