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

  /toolchain/binutils/binutils-2.25/bfd/
coff-mcore.c 204 long int thunk_size;
201 long int thunk_size; member in struct:coff_mcore_link_hash_table
coff-ppc.c 742 extern long int thunk_size;
1450 long int thunk_size; variable
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 328 uint32_t thunk_size = ThunkSize(); local
329 ASSERT_EQ(thunk_offset + thunk_size, output_.size());
330 ASSERT_EQ(thunk_size, expected_thunk_code.size());
331 ArrayRef<const uint8_t> thunk_code(&output_[thunk_offset], thunk_size);
    [all...]

Completed in 144 milliseconds