Home
last modified time | relevance | path

Searched refs:cfiLength (Results 1 – 16 of 16) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libunwind/
H A DDwarfParser.hpp116 uint64_t cfiLength = addressSpace.get32(p); in findPCRange() local
118 if (cfiLength == 0xffffffff) { in findPCRange()
120 cfiLength = addressSpace.get64(p); in findPCRange()
123 if (cfiLength == 0) in findPCRange()
128 pint_t nextCFI = p + cfiLength; in findPCRange()
148 uint64_t cfiLength = addressSpace.get32(p); in decodeFDE() local
150 if (cfiLength == 0xffffffff) { in decodeFDE()
152 cfiLength = addressSpace.get64(p); in decodeFDE()
155 if (cfiLength == 0) in decodeFDE()
160 pint_t nextCFI = p + cfiLength; in decodeFDE()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libunwind/src/
H A DDwarfParser.hpp126 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
128 if (cfiLength == 0xffffffff) { in decodeFDE()
130 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
133 if (cfiLength == 0) in decodeFDE()
138 pint_t nextCFI = p + cfiLength; in decodeFDE()
187 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
189 if (cfiLength == 0xffffffff) { in findFDE()
191 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
194 if (cfiLength == 0) in findFDE()
199 p += cfiLength; in findFDE()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libunwind/trunk/src/
H A DDwarfParser.hpp126 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
128 if (cfiLength == 0xffffffff) { in decodeFDE()
130 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
133 if (cfiLength == 0) in decodeFDE()
138 pint_t nextCFI = p + cfiLength; in decodeFDE()
187 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
189 if (cfiLength == 0xffffffff) { in findFDE()
191 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
194 if (cfiLength == 0) in findFDE()
199 p += cfiLength; in findFDE()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/libunwind/src/
H A DDwarfParser.hpp124 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
126 if (cfiLength == 0xffffffff) { in decodeFDE()
128 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
131 if (cfiLength == 0) in decodeFDE()
136 pint_t nextCFI = p + cfiLength; in decodeFDE()
185 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
187 if (cfiLength == 0xffffffff) { in findFDE()
189 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
192 if (cfiLength == 0) in findFDE()
197 p += cfiLength; in findFDE()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libunwind/src/
H A DDwarfParser.hpp127 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
129 if (cfiLength == 0xffffffff) { in decodeFDE()
131 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
134 if (cfiLength == 0) in decodeFDE()
139 pint_t nextCFI = p + cfiLength; in decodeFDE()
188 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
190 if (cfiLength == 0xffffffff) { in findFDE()
192 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
195 if (cfiLength == 0) in findFDE()
200 p += cfiLength; in findFDE()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libunwind/src/
H A DDwarfParser.hpp170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local
172 if (cfiLength == 0xffffffff) { in decodeFDE()
174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()
177 if (cfiLength == 0) in decodeFDE()
182 pint_t nextCFI = p + cfiLength; in decodeFDE()
233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local
235 if (cfiLength == 0xffffffff) { in findFDE()
237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()
240 if (cfiLength == 0) in findFDE()
245 p += cfiLength; in findFDE()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libunwind/src/
H A DDwarfParser.hpp168 uint64_t cfiLength = addressSpace.get32(p); in decodeFDE() local
170 if (cfiLength == 0xffffffff) { in decodeFDE()
172 cfiLength = addressSpace.get64(p); in decodeFDE()
175 if (cfiLength == 0) in decodeFDE()
180 pint_t nextCFI = p + cfiLength; in decodeFDE()
263 uint64_t cfiLength = addressSpace.get32(p); in findFDE() local
265 if (cfiLength == 0xffffffff) { in findFDE()
267 cfiLength = addressSpace.get64(p); in findFDE()
270 if (cfiLength == 0) in findFDE()
275 p += cfiLength; in findFDE()
[all …]