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

1 2 3

  /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[] = {
  /external/pdfium/core/fxge/freetype/
fx_freetype.cpp 12 int name_offset,
19 glyph_name[name_offset] = ft_adobe_glyph_list[table_offset] & 0x7f;
20 name_offset++;
25 glyph_name[name_offset] = 0;
47 if (xyq_search_node(glyph_name, name_offset, child_offset, unicode))
  /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/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/elfutils/libelf/
gelf_getnote.c 41 size_t *name_offset, size_t *desc_offset)
82 *name_offset = offset;
  /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 )
  /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...]
simple-object-xcoff.c 627 const char *name, size_t *name_offset,
655 SCNNMLEN, "/%lu", (unsigned long) *name_offset);
656 *name_offset += namelen + 1;
708 size_t name_offset; local
733 name_offset = 4;
770 &name_offset, scnhdr_offset,
804 set_32 (&syms[1].aux.x_file._x.x_offset[0], name_offset);
805 if (!simple_object_internal_write (descriptor, offset + name_offset,
810 name_offset += strlen (source_filename) + 1;
819 set_32 (strsizebuf, name_offset);
    [all...]
simple-object-mach-o.c 647 unsigned int subsect_offset, subsect_length, name_offset; local
650 name_offset = (*fetch_32) (index + 16 * j + 8);
655 name = nametab + name_offset;
1043 unsigned int name_offset; local
1071 name_offset = 0;
    [all...]
  /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/tools/
stats-viewer.py 386 def __init__(self, data, name_offset, value_offset):
391 name_offset: the byte offset of the start of this counter's name
395 self.name_offset = name_offset
405 index = self.name_offset
439 name_offset = self.counter_names_offset + i * self._COUNTER_NAME_SIZE
440 if self.data.ByteAt(name_offset) == 0:
446 name_offset = self.counter_names_offset + i * self._COUNTER_NAME_SIZE
448 return ChromeCounter(self.data, name_offset, value_offset)
  /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
mach-o.h 426 unsigned int name_offset; /* Offset to library's path name. */ member in struct:bfd_mach_o_dylinker_command
436 unsigned int name_offset; /* Offset to library's path name. */ member in struct:bfd_mach_o_dylib_command
448 unsigned int name_offset; /* Library's path name. */ member in struct:bfd_mach_o_prebound_dylib_command
484 unsigned int name_offset; member in struct:bfd_mach_o_fvmlib_command
  /external/google-breakpad/src/common/
stabs_reader.h 130 size_t name_offset; member in struct:google_breakpad::StabsReader::EntryIterator::Entry
stabs_reader.cc 60 .Read(4, false, &entry_.name_offset)
82 ptrdiff_t offset = string_offset_ + iterator_->name_offset;
  /external/v8/src/wasm/
module-decoder.h 89 uint32_t name_offset; member in struct:v8::internal::wasm::CustomSectionOffset
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);
  /test/vts/utils/python/library/
elf_parser.py 53 name_offset: Offset in the section header string table.
68 self.name_offset = elf._SeekRead32(
228 return self._SeekReadString(strtab.offset + sh.name_offset)
345 name_offset = self._SeekRead32(offset + self._offsets.SYMBOL_NAME)
346 sym_names.append(self._SeekReadString(strtab.offset + name_offset))
  /system/core/property_service/libpropertyinfoserializer/
property_info_serializer_test.cpp 69 EXPECT_STREQ("test", serialized_trie.data() + prefix->name_offset);
80 EXPECT_STREQ("test1", serialized_trie.data() + match1->name_offset);
81 EXPECT_STREQ("test2", serialized_trie.data() + match2->name_offset);
82 EXPECT_STREQ("test3", serialized_trie.data() + match3->name_offset);
121 EXPECT_STREQ("string", serialized_trie.data() + final_match->name_offset);
    [all...]
  /external/mesa3d/src/amd/common/
ac_debug.c 84 const char *reg_name = sid_strings + reg->name_offset;
113 fprintf(file, "%s = ", sid_strings + field->name_offset);
157 const char *name = sid_strings + packet3_table[i].name_offset;
  /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);
  /toolchain/binutils/binutils-2.27/gold/
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...]
  /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);
  /system/core/property_service/libpropertyinfoparser/
property_info_parser.cpp 98 if (!strncmp(c_string(trie_node.prefix(i)->name_offset), remaining_name, prefix_len)) {
148 if (!strcmp(c_string(trie_node.exact_match(i)->name_offset), remaining_name)) {

Completed in 985 milliseconds

1 2 3