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

  /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
  /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);
  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 44 void TestStringReference(uint32_t 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...]
  /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/binutils/
objdump.c 2561 unsigned string_offset; member in struct:__anon115592
    [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...]

Completed in 3176 milliseconds