Home
last modified time | relevance | path

Searched refs:indexDataAddr (Results 1 – 15 of 15) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/libunwind/src/
H A DUnwindCursor.hpp772 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
774 if (indexDataAddr == 0) in getInfoFromEHABISection()
777 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
788 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
793 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libunwind/src/
H A DUnwindCursor.hpp1365 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1367 if (indexDataAddr == 0) in getInfoFromEHABISection()
1370 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1382 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1387 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1345 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1347 if (indexDataAddr == 0) in getInfoFromEHABISection()
1350 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1362 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1367 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libunwind/src/
H A DUnwindCursor.hpp1387 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1389 if (indexDataAddr == 0) in getInfoFromEHABISection()
1392 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1404 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1409 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libunwind/trunk/src/
H A DUnwindCursor.hpp1345 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1347 if (indexDataAddr == 0) in getInfoFromEHABISection()
1350 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1362 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1367 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libunwind/src/
H A DUnwindCursor.hpp1385 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1387 if (indexDataAddr == 0) in getInfoFromEHABISection()
1390 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1402 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1407 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/devel/llvm12/llvm-project-12.0.1.src/libunwind/src/
H A DUnwindCursor.hpp1387 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1389 if (indexDataAddr == 0) in getInfoFromEHABISection()
1392 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1404 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1409 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libunwind/src/
H A DUnwindCursor.hpp1397 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1399 if (indexDataAddr == 0) in getInfoFromEHABISection()
1402 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1414 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1419 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libunwind/src/
H A DUnwindCursor.hpp1387 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1389 if (indexDataAddr == 0) in getInfoFromEHABISection()
1392 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1404 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1409 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/lang/zig-devel/zig-0.9.0/lib/libunwind/src/
H A DUnwindCursor.hpp1387 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1389 if (indexDataAddr == 0) in getInfoFromEHABISection()
1392 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1404 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1409 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/lang/zig/zig-0.9.0/lib/libunwind/src/
H A DUnwindCursor.hpp1387 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1389 if (indexDataAddr == 0) in getInfoFromEHABISection()
1392 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1404 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1409 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libunwind/src/
H A DUnwindCursor.hpp1387 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1389 if (indexDataAddr == 0) in getInfoFromEHABISection()
1392 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1404 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1409 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libunwind/src/
H A DUnwindCursor.hpp1301 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1303 if (indexDataAddr == 0) in getInfoFromEHABISection()
1306 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1317 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1322 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1387 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1389 if (indexDataAddr == 0) in getInfoFromEHABISection()
1392 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1404 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1409 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
/dports/devel/llvm13/llvm-project-13.0.1.src/libunwind/src/
H A DUnwindCursor.hpp1387 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1389 if (indexDataAddr == 0) in getInfoFromEHABISection()
1392 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1404 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1409 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()