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

  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c 742 extern long int thunk_size;
1450 long int thunk_size; variable
    [all...]
coff-mcore.c 204 long int thunk_size;
201 long int thunk_size; member in struct:coff_mcore_link_hash_table
peXXigen.c 591 thunk_size = a->DataDirectory[PE_IMPORT_ADDRESS_TABLE].Size;
    [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 634 milliseconds