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

  /toolchain/binutils/binutils-2.27/include/aout/
ranlib.h 48 unsigned long string_offset; /* In the file */ member in union:symdef::__anon4503
61 #define ran_strx string_offset
  /external/pdfium/core/fxge/
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 44 void TestStringReference(uint32_t string_offset);
95 void MipsRelativePatcherTest::TestStringReference(uint32_t string_offset) {
97 string_index_to_offset_map_.Put(kStringIndex, string_offset);
103 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); local
111 TestStringReference(/* string_offset*/ 0x87651234);
  /external/tensorflow/tensorflow/contrib/lite/tools/
verifier.cc 89 int string_offset = *GetIntPtr(buffer_ptr + offset); local
90 if (string_offset < prev_ptr || string_offset > buffer_size) {
  /system/core/property_service/libpropertyinfoparser/
property_info_parser.cpp 54 auto string_offset = uint32_array(contexts_array_offset())[array_offset];
55 return strcmp(c_string(string_offset), context);
63 auto string_offset = uint32_array(types_array_offset())[array_offset];
64 return strcmp(c_string(string_offset), type);
  /system/core/property_service/libpropertyinfoserializer/
trie_serializer.cpp 37 uint32_t string_offset = arena_->AllocateAndWriteString(*it); local
38 arena_->uint32_array(offset_array_offset)[i] = string_offset;
  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 45 void TestStringReference(uint32_t string_offset);
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 280 void TestNopsAdrpAdd(size_t num_nops, uint32_t string_offset) {
282 string_index_to_offset_map_.Put(kStringIndex, string_offset);
294 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset);
317 void PrepareNopsAdrpInsn2Add(size_t num_nops, uint32_t insn2, uint32_t string_offset) {
319 string_index_to_offset_map_.Put(kStringIndex, string_offset);
437 uint32_t string_offset) {
443 PrepareNopsAdrpInsn2Add(num_nops, insn2, string_offset);
445 TestNopsAdrpInsn2AndUseHasThunk(num_nops, insn2, string_offset, kAddXInsn);
447 TestNopsAdrpInsn2AndUse(num_nops, insn2, string_offset, kAddXInsn);
452 void TestAdrpLdurAdd(uint32_t adrp_offset, bool has_thunk, uint32_t 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 228 void TestStringReference(uint32_t string_offset);
307 void Thumb2RelativePatcherTest::TestStringReference(uint32_t string_offset) {
309 string_index_to_offset_map_.Put(kStringIndex, string_offset);
314 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objdump.c 2683 unsigned string_offset; member in struct:__anon4154
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
cofflink.c 522 bfd_size_type string_offset = 0; local
548 &string_offset))
    [all...]
elflink.c 5099 bfd_size_type string_offset = 0; local
    [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 637 milliseconds