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

  /external/vboot_reference/tests/
vb20_verify_fw.c 31 int got_size; local
56 got_size = fread(buf, 1, size, f);
60 return got_size == size ? VB2_SUCCESS : VB2_ERROR_UNKNOWN;
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 311 int got_size = 0; local
314 sh = (VbSharedDataHeader*)VbGetBuffer(ACPI_VDAT_PATH, &got_size);
327 if (got_size < expect_size) {
331 if (sh->data_size > got_size)
332 sh->data_size = got_size; /* Truncated read */
  /toolchain/binutils/binutils-2.25/gold/
i386.cc 500 got_size() const function in class:__anon115866::Target_i386
512 return this->got_size() / 4;
1387 const section_size_type got_size = local
    [all...]
sparc.cc 177 got_size() const function in class:__anon115893::Target_sparc
189 return this->got_size() / (size / 8);
    [all...]
tilegx.cc 366 got_size() const function in class:__anon115903::Target_tilegx
378 return this->got_size() / (size / 8);
2456 const section_size_type got_size = local
    [all...]
x86_64.cc 576 got_size() const function in class:__anon115905::Target_x86_64
588 return this->got_size() / 8;
1647 const section_size_type got_size = local
    [all...]
aarch64.cc 4899 const section_size_type got_size = local
    [all...]
powerpc.cc 680 got_size() const function in class:__anon115888::Target_powerpc
742 return this->got_size() / (size / 8);
    [all...]
mips.cc 721 got_size() const function in class:__anon115870::Mips_got_info
3571 got_size() const function in class:__anon115870::Target_mips
5430 unsigned int got_size = this->master_got_info_->got_size(); local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 823 SizeT got_size; member in struct:_DebugInfo
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-nds32.c 219 static long got_size = 0; variable
    [all...]

Completed in 467 milliseconds