HomeSort by relevance Sort by last modified time
    Searched full:string_offset (Results 1 - 16 of 16) 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;
  /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);
  /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/arm64/
relative_patcher_arm64_test.cc 278 void TestNopsAdrpAdd(size_t num_nops, uint32_t string_offset) {
280 string_index_to_offset_map_.Put(kStringIndex, string_offset);
292 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset);
315 void PrepareNopsAdrpInsn2Add(size_t num_nops, uint32_t insn2, uint32_t string_offset) {
317 string_index_to_offset_map_.Put(kStringIndex, string_offset);
434 uint32_t string_offset) {
440 PrepareNopsAdrpInsn2Add(num_nops, insn2, string_offset);
442 TestNopsAdrpInsn2AndUseHasThunk(num_nops, insn2, string_offset, kAddXInsn);
444 TestNopsAdrpInsn2AndUse(num_nops, insn2, string_offset, kAddXInsn);
449 void TestAdrpLdurAdd(uint32_t adrp_offset, bool has_thunk, uint32_t string_offset) {
    [all...]
  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 44 void TestStringReference(uint32_t string_offset);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 35 #define STRING_OFFSET RELOFST
478 StringPack.LanguageNameString = (STRING_OFFSET) (sizeof (EFI_HII_STRING_PACK_HEADER) + (mDBData.NumStringIdentifiersReferenced * sizeof (STRING_OFFSET)));
479 StringPack.PrintableLanguageName = (STRING_OFFSET) (StringPack.LanguageNameString + (wcslen (LangName) + 1) * sizeof (WCHAR));
536 + mDBData.NumStringIdentifiersReferenced * sizeof (STRING_OFFSET)
559 Offset = sizeof (StringPack) + mDBData.NumStringIdentifiersReferenced * sizeof (STRING_OFFSET);
566 for (TempIndex = 0; TempIndex < sizeof (STRING_OFFSET); TempIndex++) {
661 Offset = sizeof (StringPack) + mDBData.NumStringIdentifiersReferenced * sizeof (STRING_OFFSET);
    [all...]
  /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...]
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 287 // Remap base[0] = (del, add, string_offset)
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 2561 unsigned string_offset; member in struct:__anon115592
    [all...]
ChangeLog-0203 214 (dump_stabs_section): Clear string_offset, free string table.
    [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...]
  /external/v8/src/
code-stub-assembler.cc     [all...]
  /external/devlib/devlib/bin/armeabi/
m5 

Completed in 388 milliseconds