Home
last modified time | relevance | path

Searched refs:indirect_symbols (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp943 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
945 indirect_symbols); in GetStepThroughTrampolinePlan()
946 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
951 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp939 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
941 indirect_symbols); in GetStepThroughTrampolinePlan()
942 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
947 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp921 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
923 indirect_symbols); in GetStepThroughTrampolinePlan()
924 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
929 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp939 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
941 indirect_symbols); in GetStepThroughTrampolinePlan()
942 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
947 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp939 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
941 indirect_symbols); in GetStepThroughTrampolinePlan()
942 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
947 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp939 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
941 indirect_symbols); in GetStepThroughTrampolinePlan()
942 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
947 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp939 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
941 indirect_symbols); in GetStepThroughTrampolinePlan()
942 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
947 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp939 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
941 indirect_symbols); in GetStepThroughTrampolinePlan()
942 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
947 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp903 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
905 indirect_symbols); in GetStepThroughTrampolinePlan()
906 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
911 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp939 SymbolContextList indirect_symbols; in GetStepThroughTrampolinePlan() local
941 indirect_symbols); in GetStepThroughTrampolinePlan()
942 size_t num_indirect_symbols = indirect_symbols.GetSize(); in GetStepThroughTrampolinePlan()
947 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/dports/devel/arcanist-lib/arcanist-b2e715f/src/land/engine/
H A DArcanistGitLandEngine.php355 $indirect_symbols = $max_commit->getIndirectSymbols();
363 } else if ($indirect_symbols) {
369 $this->getDisplaySymbols($indirect_symbols),
/dports/devel/arcanist/arcanist-b2e715f/src/land/engine/
H A DArcanistGitLandEngine.php355 $indirect_symbols = $max_commit->getIndirectSymbols();
363 } else if ($indirect_symbols) {
369 $this->getDisplaySymbols($indirect_symbols),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td276 def indirect_symbols : Flag<["--"], "indirect-symbols">,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td262 def indirect_symbols : Flag<["--"], "indirect-symbols">,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td262 def indirect_symbols : Flag<["--"], "indirect-symbols">,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td262 def indirect_symbols : Flag<["--"], "indirect-symbols">,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objdump/
H A DObjdumpOpts.td262 def indirect_symbols : Flag<["--"], "indirect-symbols">,
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td262 def indirect_symbols : Flag<["--"], "indirect-symbols">,
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/mach_o_sys-0.1.1/src/
H A Dswap.rs2815 pub fn swap_indirect_symbols(indirect_symbols: *mut uint32_t, in swap_indirect_symbols()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/po/
H A Duk.po1140 msgid "use of .indirect_symbols requires `-dynamic'"
1141 msgstr "використання .indirect_symbols потребує параметра «-dynamic»"
1189 msgid "the number of .indirect_symbols defined in section %s does not match the number expected (%d…
1190 msgstr "число .indirect_symbols, визначене у розділі %s, не збігається із очікуваним числом (визнач…
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/po/
H A Duk.po1140 msgid "use of .indirect_symbols requires `-dynamic'"
1141 msgstr "використання .indirect_symbols потребує параметра «-dynamic»"
1189 msgid "the number of .indirect_symbols defined in section %s does not match the number expected (%d…
1190 msgstr "число .indirect_symbols, визначене у розділі %s, не збігається із очікуваним числом (визнач…
/dports/devel/arm-elf-binutils/binutils-2.37/gas/po/
H A Dru.po1329 msgid "use of .indirect_symbols requires `-dynamic'"
1330 msgstr "при использовании .indirect_symbols требуется «-dynamic»"
1378 msgid "the number of .indirect_symbols defined in section %s does not match the number expected (%d…
1379 msgstr "номер .indirect_symbols, определённый в разделе %s, не совпадает с ожидаемым (определён %d,…
H A Duk.po1294 msgid "use of .indirect_symbols requires `-dynamic'"
1295 msgstr "використання .indirect_symbols потребує параметра «-dynamic»"
1343 msgid "the number of .indirect_symbols defined in section %s does not match the number expected (%d…
1344 msgstr "число .indirect_symbols, визначене у розділі %s, не збігається із очікуваним числом (визнач…
/dports/devel/gnulibiberty/binutils-2.37/gas/po/
H A Duk.po1294 msgid "use of .indirect_symbols requires `-dynamic'"
1295 msgstr "використання .indirect_symbols потребує параметра «-dynamic»"
1343 msgid "the number of .indirect_symbols defined in section %s does not match the number expected (%d…
1344 msgstr "число .indirect_symbols, визначене у розділі %s, не збігається із очікуваним числом (визнач…
H A Dru.po1329 msgid "use of .indirect_symbols requires `-dynamic'"
1330 msgstr "при использовании .indirect_symbols требуется «-dynamic»"
1378 msgid "the number of .indirect_symbols defined in section %s does not match the number expected (%d…
1379 msgstr "номер .indirect_symbols, определённый в разделе %s, не совпадает с ожидаемым (определён %d,…

12