Home
last modified time | relevance | path

Searched refs:func_offset (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libunwindstack/tests/
H A DSymbolsTest.cpp72 uint64_t func_offset; in TYPED_TEST_P() local
75 ASSERT_EQ(0U, func_offset); in TYPED_TEST_P()
100 uint64_t func_offset; in TYPED_TEST_P() local
103 ASSERT_EQ(0U, func_offset); in TYPED_TEST_P()
146 uint64_t func_offset; in TYPED_TEST_P() local
149 ASSERT_EQ(1U, func_offset); in TYPED_TEST_P()
154 ASSERT_EQ(4U, func_offset); in TYPED_TEST_P()
205 uint64_t func_offset; in TYPED_TEST_P() local
234 uint64_t func_offset; in TYPED_TEST_P() local
266 uint64_t func_offset; in TYPED_TEST_P() local
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libunwindstack/tests/
H A DSymbolsTest.cpp72 uint64_t func_offset; in TYPED_TEST_P() local
75 ASSERT_EQ(0U, func_offset); in TYPED_TEST_P()
100 uint64_t func_offset; in TYPED_TEST_P() local
103 ASSERT_EQ(0U, func_offset); in TYPED_TEST_P()
146 uint64_t func_offset; in TYPED_TEST_P() local
149 ASSERT_EQ(1U, func_offset); in TYPED_TEST_P()
154 ASSERT_EQ(4U, func_offset); in TYPED_TEST_P()
159 ASSERT_EQ(1U, func_offset); in TYPED_TEST_P()
205 uint64_t func_offset; in TYPED_TEST_P() local
240 uint64_t func_offset; in TYPED_TEST_P() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c49 unsigned int func_offset = 0; in dw_pcie_ep_func_select() local
54 return func_offset; in dw_pcie_ep_func_select()
61 unsigned int func_offset = 0; in __dw_pcie_ep_reset_bar() local
91 unsigned int func_offset = 0; in __dw_pcie_ep_find_next_cap() local
116 unsigned int func_offset = 0; in dw_pcie_ep_find_capability() local
133 unsigned int func_offset = 0; in dw_pcie_ep_write_header() local
231 unsigned int func_offset = 0; in dw_pcie_ep_set_bar() local
317 unsigned int func_offset = 0; in dw_pcie_ep_get_msi() local
341 unsigned int func_offset = 0; in dw_pcie_ep_set_msi() local
366 unsigned int func_offset = 0; in dw_pcie_ep_get_msix() local
[all …]
H A Dpci-layerscape-ep.c24 u32 func_offset; member
96 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_func_conf_select()
97 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_func_conf_select()
113 .func_offset = 0x20000,
119 .func_offset = 0x8000,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c49 unsigned int func_offset = 0; in dw_pcie_ep_func_select() local
54 return func_offset; in dw_pcie_ep_func_select()
61 unsigned int func_offset = 0; in __dw_pcie_ep_reset_bar() local
91 unsigned int func_offset = 0; in __dw_pcie_ep_find_next_cap() local
116 unsigned int func_offset = 0; in dw_pcie_ep_find_capability() local
133 unsigned int func_offset = 0; in dw_pcie_ep_write_header() local
231 unsigned int func_offset = 0; in dw_pcie_ep_set_bar() local
317 unsigned int func_offset = 0; in dw_pcie_ep_get_msi() local
341 unsigned int func_offset = 0; in dw_pcie_ep_set_msi() local
366 unsigned int func_offset = 0; in dw_pcie_ep_get_msix() local
[all …]
H A Dpci-layerscape-ep.c24 u32 func_offset; member
96 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_func_conf_select()
97 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_func_conf_select()
113 .func_offset = 0x20000,
119 .func_offset = 0x8000,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c49 unsigned int func_offset = 0; in dw_pcie_ep_func_select() local
54 return func_offset; in dw_pcie_ep_func_select()
61 unsigned int func_offset = 0; in __dw_pcie_ep_reset_bar() local
91 unsigned int func_offset = 0; in __dw_pcie_ep_find_next_cap() local
116 unsigned int func_offset = 0; in dw_pcie_ep_find_capability() local
133 unsigned int func_offset = 0; in dw_pcie_ep_write_header() local
231 unsigned int func_offset = 0; in dw_pcie_ep_set_bar() local
317 unsigned int func_offset = 0; in dw_pcie_ep_get_msi() local
341 unsigned int func_offset = 0; in dw_pcie_ep_set_msi() local
366 unsigned int func_offset = 0; in dw_pcie_ep_get_msix() local
[all …]
H A Dpci-layerscape-ep.c24 u32 func_offset; member
96 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_func_conf_select()
97 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_func_conf_select()
113 .func_offset = 0x20000,
119 .func_offset = 0x8000,
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libunwindstack/tools/
H A Dunwind_symbols.cpp94 uint64_t func_offset; in main() local
95 if (!elf.GetFunctionName(func_addr, &cur_name, &func_offset)) { in main()
99 printf("<0x%" PRIx64 ">", func_addr - func_offset); in main()
100 if (func_offset != 0) { in main()
101 printf("+%" PRId64, func_offset); in main()
113 uint64_t func_offset; in main() local
114 if (elf.GetFunctionName(addr, &cur_name, &func_offset)) { in main()
116 printf("<0x%" PRIx64 "> Function: %s\n", addr - func_offset, cur_name.c_str()); in main()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libunwindstack/tools/
H A Dunwind_symbols.cpp101 uint64_t func_offset; in main() local
102 if (!elf.GetFunctionName(func_addr, &cur_name, &func_offset)) { in main()
106 printf("<0x%" PRIx64 ">", func_addr - func_offset); in main()
107 if (func_offset != 0) { in main()
108 printf("+%" PRId64, func_offset); in main()
120 uint64_t func_offset; in main() local
121 if (elf.GetFunctionName(addr, &cur_name, &func_offset)) { in main()
123 printf("<0x%" PRIx64 "> Function: %s\n", addr - func_offset, cur_name.c_str()); in main()
H A Dunwind_info.cpp54 uint64_t func_offset; in DumpArm() local
56 if (interface->GetFunctionName(pc, load_bias, &name, &func_offset) && !name.empty()) { in DumpArm()
94 uint64_t func_offset; in DumpDwarfSection() local
95 … if (interface->GetFunctionName(fde->pc_start, load_bias, &name, &func_offset) && !name.empty()) { in DumpDwarfSection()
/dports/lang/v8/v8-9.6.180.12/test/wasm-api-tests/
H A Dtraps.cc92 EXPECT_EQ(1u, frame->func_offset()); in TEST_F()
93 EXPECT_EQ(func1_offset + frame->func_offset(), frame->module_offset()); in TEST_F()
99 EXPECT_EQ(1u, frame->func_offset()); in TEST_F()
100 EXPECT_EQ(func1_offset + frame->func_offset(), frame->module_offset()); in TEST_F()
109 EXPECT_EQ(5u, frame->func_offset()); in TEST_F()
110 EXPECT_EQ(func3_offset + frame->func_offset(), frame->module_offset()); in TEST_F()
117 EXPECT_EQ(5u, frame->func_offset()); in TEST_F()
118 EXPECT_EQ(func3_offset + frame->func_offset(), frame->module_offset()); in TEST_F()
123 EXPECT_EQ(1u, frame->func_offset()); in TEST_F()
124 EXPECT_EQ(func2_offset + frame->func_offset(), frame->module_offset()); in TEST_F()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_module.cc68 void RunFunction(const std::string& func_name, DevBaseOffset func_offset, const TVMArgs& args) { in RunFunction() argument
69 session_->PushToExecQueue(func_offset, args); in RunFunction()
86 DevBaseOffset func_offset) { in MicroWrappedFunc() argument
90 func_offset_ = func_offset; in MicroWrappedFunc()
111 DevBaseOffset func_offset = in GetFunction() local
113 MicroWrappedFunc f(this, session_, name, func_offset); in GetFunction()
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_module.cc68 void RunFunction(const std::string& func_name, DevBaseOffset func_offset, const TVMArgs& args) { in RunFunction() argument
69 session_->PushToExecQueue(func_offset, args); in RunFunction()
86 DevBaseOffset func_offset) { in MicroWrappedFunc() argument
90 func_offset_ = func_offset; in MicroWrappedFunc()
111 DevBaseOffset func_offset = in GetFunction() local
113 MicroWrappedFunc f(this, session_, name, func_offset); in GetFunction()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intv3/
H A Doffsets.cc55 func_offset(Ref<GaussianBasisSet> cs, int off) in func_offset() function
96 func_offset1 = func_offset(bs1_,0); in int_initialize_offsets1()
98 func_offset(bs2_,func_offset1); in int_initialize_offsets1()
207 func_offset1 = func_offset(bs1_,0); in int_initialize_offsets2()
213 func_offset2 = func_offset(bs2_,func_offset1); in int_initialize_offsets2()
226 func_offset3 = func_offset(bs3_,func_offset2); in int_initialize_offsets2()
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Dmarkup_oops.pl40 my $func_offset = 0;
166 $func_offset = $2;
170 $func_offset = $2;
183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
206 …from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Dmarkup_oops.pl40 my $func_offset = 0;
166 $func_offset = $2;
170 $func_offset = $2;
183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
206 …from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A Dmarkup_oops.pl40 my $func_offset = 0;
166 $func_offset = $2;
170 $func_offset = $2;
183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
206 …from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Symbol/
H A DBlock.cpp246 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local
247 if (addr_offset >= func_offset && in GetRangeContainingAddress()
248 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()
249 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()
255 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
281 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress() local
282 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()
283 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()
284 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Symbol/
H A DBlock.cpp246 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local
247 if (addr_offset >= func_offset && in GetRangeContainingAddress()
248 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()
249 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()
255 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
281 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress() local
282 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()
283 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()
284 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DBlock.cpp246 const addr_t func_offset = func_range.GetBaseAddress().GetOffset();
247 if (addr_offset >= func_offset &&
248 addr_offset < func_offset + func_range.GetByteSize()) {
249 addr_t offset = addr_offset - func_offset;
255 range.GetBaseAddress().SetOffset(func_offset +
281 const addr_t func_offset = func_range.GetBaseAddress().GetOffset();
282 if (addr_offset >= func_offset &&
283 addr_offset < func_offset + func_range.GetByteSize()) {
284 addr_t offset = addr_offset - func_offset;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Symbol/
H A DBlock.cpp246 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local
247 if (addr_offset >= func_offset && in GetRangeContainingAddress()
248 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()
249 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()
255 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
281 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress() local
282 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()
283 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()
284 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Symbol/
H A DBlock.cpp246 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local
247 if (addr_offset >= func_offset && in GetRangeContainingAddress()
248 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()
249 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()
255 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
281 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress() local
282 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()
283 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()
284 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Symbol/
H A DBlock.cpp246 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local
247 if (addr_offset >= func_offset && in GetRangeContainingAddress()
248 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()
249 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()
255 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
281 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress() local
282 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()
283 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()
284 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Symbol/
H A DBlock.cpp246 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local
247 if (addr_offset >= func_offset && in GetRangeContainingAddress()
248 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()
249 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()
255 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
281 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress() local
282 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()
283 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()
284 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()

1234567891011