HomeSort by relevance Sort by last modified time
    Searched defs:name_offset (Results 1 - 25 of 40) sorted by null

1 2

  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 30 struct name_offset { struct
35 extern const struct name_offset linux_gl_abi[];
59 const struct name_offset linux_gl_abi[] = {
  /art/compiler/debug/
elf_symtab_writer.h 85 size_t name_offset; local
87 name_offset = strtab->Write(info.custom_name);
94 name_offset = strtab->Write(name);
101 symtab->Add(name_offset, text, address, info.code_size, STB_GLOBAL, STT_FUNC);
  /external/flatbuffers/grpc/samples/greeter/
client.cpp 17 auto name_offset = mb.CreateString(name); local
18 auto request_offset = CreateHelloRequest(mb, name_offset);
40 auto name_offset = mb.CreateString(name); local
42 CreateManyHellosRequest(mb, name_offset, num_greetings);
  /external/freetype/src/sfnt/
ttbdf.c 200 FT_UInt32 name_offset = FT_PEEK_ULONG( p ); local
204 if ( name_offset < bdf->strings_size &&
205 property_len < bdf->strings_size - name_offset &&
207 (const char*)bdf->strings + name_offset,
208 bdf->strings_size - name_offset ) == 0 )
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module.cc 58 size_t name_offset; member in struct:google_breakpad::ELFSymbolIterator::Symbol
100 .Read(4, false, &symbol_.name_offset)
109 .Read(4, false, &symbol_.name_offset)
160 ext->name = SymbolString(iterator->name_offset, strings);
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 32 struct name_offset { struct
37 extern const struct name_offset linux_gl_abi[];
38 extern const struct name_offset known_dispatch[];
151 const struct name_offset linux_gl_abi[] = {
565 const struct name_offset known_dispatch[] = {
    [all...]
  /external/google-breakpad/src/common/
stabs_reader.h 130 size_t name_offset; member in struct:google_breakpad::StabsReader::EntryIterator::Entry
  /system/core/libunwindstack/tests/
ElfInterfaceTest.cpp 110 void InitSym(uint64_t offset, uint32_t value, uint32_t size, uint32_t name_offset,
117 void ElfInterfaceTest::InitSym(uint64_t offset, uint32_t value, uint32_t size, uint32_t name_offset,
124 sym.st_name = name_offset;
128 memory_.SetMemory(sym_offset + name_offset, name, strlen(name) + 1);
835 uint64_t name_offset; local
836 ASSERT_TRUE(elf->GetFunctionName(0x90010, 0, &name, &name_offset));
838 EXPECT_EQ(16U, name_offset);
839 ASSERT_TRUE(elf->GetFunctionName(0xd0020, 0, &name, &name_offset));
841 EXPECT_EQ(32U, name_offset);
    [all...]
  /system/extras/libpagemap/
pm_process.c 295 int name_offset; local
297 &map->start, &map->end, perms, &map->offset, &name_offset);
299 map->name = strdup(line + name_offset);
  /external/elfutils/libdwfl/
linux-core-attach.c 105 size_t name_offset; local
128 &nhdr, &name_offset,
132 const char *name = note_data->d_buf + name_offset;
174 size_t name_offset; local
180 size_t getnote_err = gelf_getnote (note_data, offset, &nhdr, &name_offset,
185 const char *name = note_data->d_buf + name_offset;
367 size_t name_offset; local
371 &nhdr, &name_offset, &desc_offset)) > 0)
374 const char *name = note_data->d_buf + name_offset;
  /external/v8/src/wasm/
module-decoder.h 89 uint32_t name_offset; member in struct:v8::internal::wasm::CustomSectionOffset
module-decoder.cc 333 0, // name_offset
400 0, // name_offset
473 0, // name_offset
479 exp->name_offset = consume_string(&exp->name_length, true);
531 return memcmp(base + a.name_offset, base + b.name_offset,
541 const byte* pc = start_ + it->name_offset;
658 uint32_t name_offset = local
662 module->functions[func_index].name_offset = name_offset;
1334 uint32_t name_offset = decoder.pc_offset(); local
    [all...]
wasm-module.h 77 uint32_t name_offset; // offset in the module bytes of the name, if any. member in struct:v8::internal::wasm::WasmFunction
134 uint32_t name_offset; // offset in module bytes of the name to export. member in struct:v8::internal::wasm::WasmExport
234 return GetName(function->name_offset, function->name_length);
248 return GetNameOrNull(function->name_offset, function->name_length);
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 177 uint32_t name_offset = 0; local
179 name_field.substr(begin, end - begin).getAsInteger(10, name_offset);
190 begin = name_offset;
  /system/core/property_service/libpropertyinfoparser/include/property_info_parser/
property_info_parser.h 30 uint32_t name_offset; member in struct:android::properties::PropertyEntry
102 return serialized_data_->c_string(node_property_entry()->name_offset);
  /external/elfutils/src/
elfcmp.c 417 size_t name_offset; local
421 &name_offset, &desc_offset)) > 0)
423 const char *name1 = data1->d_buf + name_offset;
434 &name_offset, &desc_offset);
439 const char *name2 = data2->d_buf + name_offset;
  /external/freetype/src/pcf/
pcfread.c 626 FT_Long name_offset = props[i].name; local
629 if ( ( name_offset < 0 ) ||
630 ( (FT_ULong)name_offset > string_size ) )
636 if ( FT_STRDUP( properties[i].name, strings + name_offset ) )
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
pef.h 63 unsigned long name_offset; member in struct:bfd_pef_imported_library
105 long name_offset; member in struct:bfd_pef_section
  /toolchain/binutils/binutils-2.27/gold/
archive.h 367 off_t name_offset; member in struct:gold::Archive::Armap_entry
ehframe.cc 911 unsigned int name_offset = sym.get_st_name(); local
912 if (name_offset >= symbol_names_size)
915 + name_offset);
    [all...]
archive.cc 315 section_offset_type name_offset = 0; local
318 this->armap_[i].name_offset = name_offset;
321 name_offset += strlen(pnames + name_offset) + 1;
330 if (static_cast<section_size_type>(name_offset) > names_size)
818 + this->armap_[i].name_offset);
873 + this->armap_[i].name_offset);
1075 v->visit(this->armap_names_.data() + p->name_offset);
    [all...]
gdb-index.cc 1310 section_offset_type name_offset = 0; local
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 108 size_t name_offset; member in struct:vulkan::api::__anon46623::OverrideLayerNames::ImplicitLayer
213 layer.name_offset = AddImplicitLayerName(name, len);
294 return implicit_layers_.name_pool + arr.elements[index].name_offset;
    [all...]
  /system/core/libziparchive/
zip_archive.cc 597 const off64_t name_offset = local_header_offset + sizeof(LocalFileHeader); local
598 if (name_offset + lfh->file_name_length > cd_offset) {
604 if (!archive->mapped_zip.ReadAtOffset(name_buf.data(), nameLen, name_offset)) {
605 ALOGW("Zip: failed reading lfh name from offset %" PRId64, static_cast<int64_t>(name_offset));
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-coff.c 544 const char *name, size_t *name_offset,
571 SCNNMLEN, "/%lu", (unsigned long) *name_offset);
572 *name_offset += namelen + 1;
611 size_t name_offset; local
640 name_offset = 4;
677 &name_offset, scnhdr_offset,
710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset);
711 if (!simple_object_internal_write (descriptor, offset + name_offset,
716 name_offset += strlen (source_filename) + 1;
725 set_32 (strsizebuf, name_offset);
    [all...]

Completed in 723 milliseconds

1 2