Home
last modified time | relevance | path

Searched refs:vtables (Results 1 – 25 of 2162) sorted by relevance

12345678910>>...87

/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Drtti.c43 RList *vtables = r_anal_vtable_search (&context); in r_anal_rtti_print_all() local
47 if (vtables) { in r_anal_rtti_print_all()
50 r_list_foreach (vtables, vtableIter, table) { in r_anal_rtti_print_all()
75 r_list_free (vtables); in r_anal_rtti_print_all()
89 RList *vtables = r_anal_vtable_search (&context); in r_anal_rtti_recover_all() local
90 if (vtables) { in r_anal_rtti_recover_all()
92 r_anal_rtti_msvc_recover_all (&context, vtables); in r_anal_rtti_recover_all()
94 r_anal_rtti_itanium_recover_all (&context, vtables); in r_anal_rtti_recover_all()
97 r_list_free (vtables); in r_anal_rtti_recover_all()
H A Dvtable.c224 if (!vtables) { in r_anal_vtable_search()
230 r_list_free (vtables); in r_anal_vtable_search()
264 r_list_append (vtables, vtable); in r_anal_vtable_search()
278 if (r_list_empty (vtables)) { in r_anal_vtable_search()
280 r_list_free (vtables); in r_anal_vtable_search()
283 return vtables; in r_anal_vtable_search()
295 RList *vtables = r_anal_vtable_search (&context); in r_anal_list_vtables() local
303 r_list_foreach (vtables, vtableIter, table) { in r_anal_list_vtables()
322 r_list_foreach (vtables, vtableIter, table) { in r_anal_list_vtables()
339 r_list_foreach (vtables, vtableIter, table) { in r_anal_list_vtables()
[all …]
/dports/devel/abi-compliance-checker/abi-compliance-checker-2.3/vdumper/
H A Ddump-vtable.c152 (*vtables)[num] = vt; in get_VTables()
160 (*vtables)[num] = NULL; in get_VTables()
167 if (*vtables == NULL) in get_VTables()
370 void free_vtables(vtable_info **vtables) in free_vtables() argument
373 for (i = 0; vtables[i] != NULL; i++) in free_vtables()
375 free(vtables[i]->name); in free_vtables()
376 free(vtables[i]); in free_vtables()
378 free(vtables); in free_vtables()
385 vtable_info **vtables = NULL; in print_Info() local
402 free_vtables(vtables); in print_Info()
[all …]
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DVTablesWidget.cpp10 VTableModel::VTableModel(QList<VTableDescription> *vtables, QObject *parent) in VTableModel() argument
12 vtables(vtables) in VTableModel()
29 return parent.isValid() ? (parent.parent().isValid() ? 0 : vtables->at( in rowCount()
30 parent.row()).methods.count()) : vtables->count(); in rowCount()
42 const BinClassMethodDescription &res = vtables->at(parent.row()).methods.at(index.row()); in data()
64 return RAddressString(vtables->at(index.row()).addr); in data()
68 const VTableDescription &res = vtables->at(index.row()); in data()
140 model = new VTableModel(&vtables, this); in VTablesWidget()
181 vtables = Core()->getAllVTables(); in refreshVTables()
/dports/lang/parrot/parrot-8.1.0/src/
H A Dvtables.c133 interp->vtables = mem_internal_allocate_n_zeroed_typed(PARROT_MAX_CLASSES, VTABLE *); in Parrot_vtbl_alloc_vtables()
161 interp->vtables = (VTABLE **)mem_internal_realloc_zeroed( in Parrot_vtbl_realloc_vtables()
162 interp->vtables, new_size, old_size); in Parrot_vtbl_realloc_vtables()
184 Parrot_vtbl_destroy_vtable(interp, interp->vtables[i]); in Parrot_vtbl_free_vtables()
186 mem_internal_free(interp->vtables); in Parrot_vtbl_free_vtables()
206 const VTABLE * const vtable = interp->vtables[i]; in Parrot_vtbl_mark_vtables()
236 if (! interp->vtables) { in Parrot_vtbl_initialize_core_vtables()
H A Dpmc.c210 PARROT_ASSERT(interp->vtables[base_type]); in Parrot_pmc_new()
350 VTABLE * const new_vtable = interp->vtables[new_type]; in Parrot_pmc_reuse_noinit()
403 VTABLE * const new_vtable = interp->vtables[new_type]; in Parrot_pmc_reuse_by_class()
510 VTABLE *vtable = interp->vtables[base_type]; in get_new_pmc_header()
563 vtable = interp->vtables[base_type]; in get_new_pmc_header()
602 PMC *const classobj = interp->vtables[base_type]->pmc_class; in Parrot_pmc_new_noinit()
989 interp->vtables[type]->pmc_class = _class; in create_class_pmc()
992 interp->vtables[type]->pmc_class = _class; in create_class_pmc()
1015 VTABLE *vtable = interp->vtables[type]; in Parrot_pmc_create_mro()
1043 vtable = interp->vtables[parent_type]; in Parrot_pmc_create_mro()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/cmake/caches/
H A DFuchsia-stage2.cmake217 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan_LLVM_BUILD_COMPILER_RT OFF CACHE BOOL…
218 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan_LLVM_USE_SANITIZER "Address" CACHE ST…
221vtables+asan_CMAKE_CXX_FLAGS "${RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan_CMAKE_CXX…
223 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+noexcept_LLVM_BUILD_COMPILER_RT OFF CACHE …
224vtables+noexcept_CMAKE_CXX_FLAGS "${RUNTIMES_${target}-unknown-fuchsia+relative-vtables+noexcept_C…
225 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+noexcept_LIBCXXABI_ENABLE_EXCEPTIONS OFF C…
226 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+noexcept_LIBCXX_ENABLE_EXCEPTIONS OFF CACH…
228 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan+noexcept_LLVM_BUILD_COMPILER_RT OFF C…
233 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan+noexcept_LIBCXX_ENABLE_EXCEPTIONS OFF…
234vtables+asan+noexcept_CMAKE_CXX_FLAGS "${RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan+…
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/cmake/caches/
H A DFuchsia-stage2.cmake217 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan_LLVM_BUILD_COMPILER_RT OFF CACHE BOOL…
218 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan_LLVM_USE_SANITIZER "Address" CACHE ST…
221vtables+asan_CMAKE_CXX_FLAGS "${RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan_CMAKE_CXX…
223 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+noexcept_LLVM_BUILD_COMPILER_RT OFF CACHE …
224vtables+noexcept_CMAKE_CXX_FLAGS "${RUNTIMES_${target}-unknown-fuchsia+relative-vtables+noexcept_C…
225 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+noexcept_LIBCXXABI_ENABLE_EXCEPTIONS OFF C…
226 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+noexcept_LIBCXX_ENABLE_EXCEPTIONS OFF CACH…
228 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan+noexcept_LLVM_BUILD_COMPILER_RT OFF C…
233 …set(RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan+noexcept_LIBCXX_ENABLE_EXCEPTIONS OFF…
234vtables+asan+noexcept_CMAKE_CXX_FLAGS "${RUNTIMES_${target}-unknown-fuchsia+relative-vtables+asan+…
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Driver/
H A Dhip-options.hip63 // RUN: --cuda-gpu-arch=gfx906 -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
67 // RUN: --cuda-gpu-arch=gfx906 -fgpu-rdc -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
70 // Ensure we don't error about -fwhole-program-vtables for the non-device offload compile.
71 // HIPTHINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
77 // Check that -flto=thin is handled correctly, particularly with -fwhole-program-vtables.
80 // RUN: --cuda-gpu-arch=gfx906 -flto=thin -fwhole-program-vtables %s 2>&1 \
83 // Ensure we don't error about -fwhole-program-vtables for the device offload compile. We should
84 // drop -fwhole-program-vtables for the device offload compile and pass it through for the
86 // THINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
87 // THINLTO-NOT: clang{{.*}}" "-triple" "amdgcn-amd-amdhsa" {{.*}} "-fwhole-program-vtables"
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Driver/
H A Dhip-options.hip63 // RUN: --cuda-gpu-arch=gfx906 -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
67 // RUN: --cuda-gpu-arch=gfx906 -fgpu-rdc -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
70 // Ensure we don't error about -fwhole-program-vtables for the non-device offload compile.
71 // HIPTHINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
77 // Check that -flto=thin is handled correctly, particularly with -fwhole-program-vtables.
80 // RUN: --cuda-gpu-arch=gfx906 -flto=thin -fwhole-program-vtables %s 2>&1 \
83 // Ensure we don't error about -fwhole-program-vtables for the device offload compile. We should
84 // drop -fwhole-program-vtables for the device offload compile and pass it through for the
86 // THINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
87 // THINLTO-NOT: clang{{.*}}" "-triple" "amdgcn-amd-amdhsa" {{.*}} "-fwhole-program-vtables"
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Driver/
H A Dhip-options.hip63 // RUN: --cuda-gpu-arch=gfx906 -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
67 // RUN: --cuda-gpu-arch=gfx906 -fgpu-rdc -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
70 // Ensure we don't error about -fwhole-program-vtables for the non-device offload compile.
71 // HIPTHINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
77 // Check that -flto=thin is handled correctly, particularly with -fwhole-program-vtables.
80 // RUN: --cuda-gpu-arch=gfx906 -flto=thin -fwhole-program-vtables %s 2>&1 \
83 // Ensure we don't error about -fwhole-program-vtables for the device offload compile. We should
84 // drop -fwhole-program-vtables for the device offload compile and pass it through for the
86 // THINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
87 // THINLTO-NOT: clang{{.*}}" "-triple" "amdgcn-amd-amdhsa" {{.*}} "-fwhole-program-vtables"
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Driver/
H A Dhip-options.hip63 // RUN: --cuda-gpu-arch=gfx906 -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
67 // RUN: --cuda-gpu-arch=gfx906 -fgpu-rdc -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
70 // Ensure we don't error about -fwhole-program-vtables for the non-device offload compile.
71 // HIPTHINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
77 // Check that -flto=thin is handled correctly, particularly with -fwhole-program-vtables.
80 // RUN: --cuda-gpu-arch=gfx906 -flto=thin -fwhole-program-vtables %s 2>&1 \
83 // Ensure we don't error about -fwhole-program-vtables for the device offload compile. We should
84 // drop -fwhole-program-vtables for the device offload compile and pass it through for the
86 // THINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
87 // THINLTO-NOT: clang{{.*}}" "-triple" "amdgcn-amd-amdhsa" {{.*}} "-fwhole-program-vtables"
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Driver/
H A Dhip-options.hip63 // RUN: --cuda-gpu-arch=gfx906 -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
67 // RUN: --cuda-gpu-arch=gfx906 -fgpu-rdc -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
70 // Ensure we don't error about -fwhole-program-vtables for the non-device offload compile.
71 // HIPTHINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
77 // Check that -flto=thin is handled correctly, particularly with -fwhole-program-vtables.
80 // RUN: --cuda-gpu-arch=gfx906 -flto=thin -fwhole-program-vtables %s 2>&1 \
83 // Ensure we don't error about -fwhole-program-vtables for the device offload compile. We should
84 // drop -fwhole-program-vtables for the device offload compile and pass it through for the
86 // THINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
87 // THINLTO-NOT: clang{{.*}}" "-triple" "amdgcn-amd-amdhsa" {{.*}} "-fwhole-program-vtables"
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Driver/
H A Dhip-options.hip63 // RUN: --cuda-gpu-arch=gfx906 -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
67 // RUN: --cuda-gpu-arch=gfx906 -fgpu-rdc -foffload-lto=thin -fwhole-program-vtables %s 2>&1 \
70 // Ensure we don't error about -fwhole-program-vtables for the non-device offload compile.
71 // HIPTHINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
77 // Check that -flto=thin is handled correctly, particularly with -fwhole-program-vtables.
80 // RUN: --cuda-gpu-arch=gfx906 -flto=thin -fwhole-program-vtables %s 2>&1 \
83 // Ensure we don't error about -fwhole-program-vtables for the device offload compile. We should
84 // drop -fwhole-program-vtables for the device offload compile and pass it through for the
86 // THINLTO-NOT: error: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
87 // THINLTO-NOT: clang{{.*}}" "-triple" "amdgcn-amd-amdhsa" {{.*}} "-fwhole-program-vtables"
[all …]
/dports/lang/mono/mono-5.10.1.57/tools/sgen/
H A Dsgen-grep-binprot.h1 …ntriesFunction) (EntryStream *stream, int num_nums, long nums [], int num_vtables, long vtables [],
5 …ol_grep_entries (EntryStream *stream, int num_nums, long nums [], int num_vtables, long vtables [],
8 …grep_entries32p (EntryStream *stream, int num_nums, long nums [], int num_vtables, long vtables [],
11 …grep_entries64p (EntryStream *stream, int num_nums, long nums [], int num_vtables, long vtables [],
/dports/devel/flatbuffers/flatbuffers-2.0.0/php/
H A DFlatbufferBuilder.php66 protected $vtables = array(); variable in Google\\FlatBuffers\\FlatbufferBuilder
839 $vt1 = $this->bb->capacity() - $this->vtables[$i];
850 $existing_vtable = $this->vtables[$i];
863 if ($this->num_vtables == count($this->vtables)) {
864 $vtables = $this->vtables;
865 $this->vtables = array();
867 for ($i = 0; $i < count($vtables) * 2; $i++) {
868 $this->vtables[$i] = ($i < count($vtables)) ? $vtables[$i] : 0;
871 $this->vtables[$this->num_vtables++] = $this->offset();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/php/
H A DFlatbufferBuilder.php66 protected $vtables = array(); variable in Google\\FlatBuffers\\FlatbufferBuilder
839 $vt1 = $this->bb->capacity() - $this->vtables[$i];
850 $existing_vtable = $this->vtables[$i];
863 if ($this->num_vtables == count($this->vtables)) {
864 $vtables = $this->vtables;
865 $this->vtables = array();
867 for ($i = 0; $i < count($vtables) * 2; $i++) {
868 $this->vtables[$i] = ($i < count($vtables)) ? $vtables[$i] : 0;
871 $this->vtables[$this->num_vtables++] = $this->offset();
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/php/
H A DFlatbufferBuilder.php66 protected $vtables = array(); variable in Google\\FlatBuffers\\FlatbufferBuilder
839 $vt1 = $this->bb->capacity() - $this->vtables[$i];
850 $existing_vtable = $this->vtables[$i];
863 if ($this->num_vtables == count($this->vtables)) {
864 $vtables = $this->vtables;
865 $this->vtables = array();
867 for ($i = 0; $i < count($vtables) * 2; $i++) {
868 $this->vtables[$i] = ($i < count($vtables)) ? $vtables[$i] : 0;
871 $this->vtables[$this->num_vtables++] = $this->offset();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/php/
H A DFlatbufferBuilder.php66 protected $vtables = array(); variable in Google\\FlatBuffers\\FlatbufferBuilder
839 $vt1 = $this->bb->capacity() - $this->vtables[$i];
850 $existing_vtable = $this->vtables[$i];
863 if ($this->num_vtables == count($this->vtables)) {
864 $vtables = $this->vtables;
865 $this->vtables = array();
867 for ($i = 0; $i < count($vtables) * 2; $i++) {
868 $this->vtables[$i] = ($i < count($vtables)) ? $vtables[$i] : 0;
871 $this->vtables[$this->num_vtables++] = $this->offset();
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/php/
H A DFlatbufferBuilder.php66 protected $vtables = array(); variable in Google\\FlatBuffers\\FlatbufferBuilder
839 $vt1 = $this->bb->capacity() - $this->vtables[$i];
850 $existing_vtable = $this->vtables[$i];
863 if ($this->num_vtables == count($this->vtables)) {
864 $vtables = $this->vtables;
865 $this->vtables = array();
867 for ($i = 0; $i < count($vtables) * 2; $i++) {
868 $this->vtables[$i] = ($i < count($vtables)) ? $vtables[$i] : 0;
871 $this->vtables[$this->num_vtables++] = $this->offset();
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/php/
H A DFlatbufferBuilder.php66 protected $vtables = array(); variable in Google\\FlatBuffers\\FlatbufferBuilder
839 $vt1 = $this->bb->capacity() - $this->vtables[$i];
850 $existing_vtable = $this->vtables[$i];
863 if ($this->num_vtables == count($this->vtables)) {
864 $vtables = $this->vtables;
865 $this->vtables = array();
867 for ($i = 0; $i < count($vtables) * 2; $i++) {
868 $this->vtables[$i] = ($i < count($vtables)) ? $vtables[$i] : 0;
871 $this->vtables[$this->num_vtables++] = $this->offset();
/dports/lang/pocl/pocl-1.8/lib/kernel/libclc-pocl/
H A Dcospi.cl26 #include "vtables.h"
72 #include "vtables.h"
117 #include "vtables.h"
162 #include "vtables.h"
207 #include "vtables.h"
252 #include "vtables.h"
306 #include "vtables.h"
358 #include "vtables.h"
409 #include "vtables.h"
460 #include "vtables.h"
[all …]
H A Dfmod.cl26 #include "vtables.h"
72 #include "vtables.h"
117 #include "vtables.h"
162 #include "vtables.h"
207 #include "vtables.h"
252 #include "vtables.h"
306 #include "vtables.h"
358 #include "vtables.h"
409 #include "vtables.h"
460 #include "vtables.h"
[all …]
H A Dpowr.cl26 #include "vtables.h"
72 #include "vtables.h"
117 #include "vtables.h"
162 #include "vtables.h"
207 #include "vtables.h"
252 #include "vtables.h"
306 #include "vtables.h"
358 #include "vtables.h"
409 #include "vtables.h"
460 #include "vtables.h"
[all …]
H A Dtanpi.cl26 #include "vtables.h"
72 #include "vtables.h"
117 #include "vtables.h"
162 #include "vtables.h"
207 #include "vtables.h"
252 #include "vtables.h"
306 #include "vtables.h"
358 #include "vtables.h"
409 #include "vtables.h"
460 #include "vtables.h"
[all …]

12345678910>>...87