Home
last modified time | relevance | path

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

/third_party/elfio/elfio/
Delfio.hpp331 && ( a->get_offset() > 0 ) in validate()
332 && ( b->get_offset() > 0 ) in validate()
333 && ( is_offset_in_section( a->get_offset(), b ) in validate()
334 || is_offset_in_section( a->get_offset()+a->get_size()-1, b ) in validate()
335 || is_offset_in_section( b->get_offset(), a ) in validate()
336 || is_offset_in_section( b->get_offset()+b->get_size()-1, a ) ) ) { in validate()
354 find_prog_section_for_offset( seg->get_offset() ); in validate()
358 get_virtual_addr( seg->get_offset(), sec ); in validate()
366 to_hex_string( seg->get_offset() ) + "\n"; in validate()
381 return ( offset >= sec->get_offset() ) && in is_offset_in_section()
[all …]
Delfio_dump.hpp776 << DUMP_HEX0x_FORMAT( 8 ) << sec->get_offset() << " " in section_header()
848 << DUMP_HEX0x_FORMAT( 16 ) << seg->get_offset() << " " in segment_header()
/third_party/mesa3d/src/freedreno/afuc/
Demu-regs.c314 unsigned (*get_offset)(const char *name); member
320 .get_offset = afuc_control_reg,
326 .get_offset = afuc_pipe_reg,
332 .get_offset = afuc_gpu_reg,
341 reg->offset = reg->accessor->get_offset(reg->name); in emu_reg_offset()
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c147 get_offset(const void *a, const void *b) in get_offset() function
186 x86_make_disp(p->machine_EDI, get_offset(p, c))); in get_const()
1105 x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); in init_inputs()
1107 x86_make_disp(p->machine_EDI, get_offset(p, &p->start_instance)); in init_inputs()
1115 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->max_index)); in init_inputs()
1117 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->stride)); in init_inputs()
1119 x86_make_disp(p->machine_EDI, get_offset(p, &variant->ptr)); in init_inputs()
1121 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->base_ptr)); in init_inputs()
1197 return x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); in get_buffer_ptr()
1206 get_offset(p, &p->buffer_variant[var_idx].ptr)); in get_buffer_ptr()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh398 c->check_array (((const HBUINT8*)&(this+dataZ)) + get_offset (0), in sanitize_shallow()
399 get_offset (glyphCount) - get_offset (0))); in sanitize_shallow()
484 unsigned start_offset = get_offset (glyph); in get_glyph_var_data_bytes()
485 unsigned length = get_offset (glyph+1) - start_offset; in get_glyph_var_data_bytes()
492 unsigned get_offset (unsigned i) const in get_offset() function
Dhb-ot-layout-common.hh434 const Offset16To<Type>& get_offset (unsigned int i) const in get_offset() function
436 Offset16To<Type>& get_offset (unsigned int i) in get_offset() function
463 { return this+this->get_offset (i); } in operator []()
/third_party/elfio/examples/anonymizer/
Danonymizer.cpp73 overwrite_data( filename, s->get_offset() + index, str ); in process_string_table()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp418 EXPECT_EQ(tex.get_offset(i), 0); in TEST_F()
464 EXPECT_EQ(tex.get_offset(0), 4); in TEST_F()
465 EXPECT_EQ(tex.get_offset(1), -2); in TEST_F()
466 EXPECT_EQ(tex.get_offset(2), 6); in TEST_F()
494 EXPECT_EQ(tex.get_offset(i), 0); in TEST_F()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h123 int get_offset(unsigned index) const;
Dsfn_assembler.cpp465 tex.offset_x = tex_instr.get_offset(0); in visit()
466 tex.offset_y = tex_instr.get_offset(1); in visit()
467 tex.offset_z = tex_instr.get_offset(2); in visit()
Dsfn_instr_tex.cpp71 int TexInstr::get_offset(unsigned index) const in get_offset() function in r600::TexInstr
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c2160 struct drm_v3d_get_bo_offset get_offset = { in device_import_bo() local
2163 ret = v3dv_ioctl(render_fd, DRM_IOCTL_V3D_GET_BO_OFFSET, &get_offset); in device_import_bo()
2166 assert(get_offset.offset != 0); in device_import_bo()
2172 v3dv_bo_init(*bo, handle, size, get_offset.offset, "import", false); in device_import_bo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp895 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_offset); in getOffset()
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi20159 <!-- unsigned int OT::Extension<OT::ExtensionPos>::get_offset() -->
20160 …<function-decl name='get_offset' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE10get_offsetEv…
20305 <!-- unsigned int OT::Extension<OT::ExtensionSubst>::get_offset() -->
20306 …<function-decl name='get_offset' mangled-name='_ZNK2OT9ExtensionINS_14ExtensionSubstEE10get_offset…
20397 <!-- unsigned int OT::ExtensionFormat1::get_offset() -->
20398 …<function-decl name='get_offset' mangled-name='_ZNK2OT16ExtensionFormat110get_offsetEv' filepath='…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi12796 …<function-decl name='get_offset' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE10get_offsetEv…
12892 …<function-decl name='get_offset' mangled-name='_ZNK2OT9ExtensionINS_14ExtensionSubstEE10get_offset…
12954 …<function-decl name='get_offset' mangled-name='_ZNK2OT16ExtensionFormat110get_offsetEv' filepath='…