HomeSort by relevance Sort by last modified time
    Searched defs:string_offset (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fxge/ge/
fx_ge_fontmap.cpp 29 uint32_t string_offset = GET_TT_SHORT(name_table + 4); local
32 if (name_table_size < string_offset) {
36 const uint8_t* string_ptr = name_table + string_offset;
37 uint32_t string_ptr_size = name_table_size - string_offset;
  /toolchain/binutils/binutils-2.25/include/aout/
ranlib.h 48 unsigned long string_offset; /* In the file */ member in union:symdef::__anon115917
61 #define ran_strx string_offset
  /art/compiler/linker/mips/
relative_patcher_mips32r6_test.cc 43 void TestStringReference(uint32_t string_offset);
90 void Mips32r6RelativePatcherTest::TestStringReference(uint32_t string_offset) {
92 string_index_to_offset_map_.Put(kStringIndex, string_offset);
98 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); local
106 TestStringReference(/* string_offset*/ 0x87651234);
relative_patcher_mips_test.cc 43 void TestStringReference(uint32_t string_offset);
94 void MipsRelativePatcherTest::TestStringReference(uint32_t string_offset) {
96 string_index_to_offset_map_.Put(kStringIndex, string_offset);
102 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); local
110 TestStringReference(/* string_offset*/ 0x87651234);
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 378 int32_t string_offset = 0; local
403 string_offset);
405 string_offset += new_data->WriteBytes(
406 string_offset + string_table_start_offset,
410 return string_offset + string_table_start_offset;
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 226 void TestStringReference(uint32_t string_offset);
305 void Thumb2RelativePatcherTest::TestStringReference(uint32_t string_offset) {
307 string_index_to_offset_map_.Put(kStringIndex, string_offset);
312 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 521 bfd_size_type string_offset = 0; local
547 &string_offset))
    [all...]
elflink.c 4827 bfd_size_type string_offset = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 2561 unsigned string_offset; member in struct:__anon115592
    [all...]

Completed in 202 milliseconds