HomeSort by relevance Sort by last modified time
    Searched defs:got_size (Results 1 - 12 of 12) 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.27/gold/
i386.cc 516 got_size() const function in class:__anon4446::Target_i386
528 return this->got_size() / 4;
1413 const section_size_type got_size = local
    [all...]
s390.cc 436 got_size() const function in class:__anon4473::Target_s390
448 return this->got_size() / (size / 8);
1525 const section_size_type got_size = local
    [all...]
sparc.cc 189 got_size() const function in class:__anon4477::Target_sparc
201 return this->got_size() / (size / 8);
    [all...]
tilegx.cc 380 got_size() const function in class:__anon4489::Target_tilegx
392 return this->got_size() / (size / 8);
2466 const section_size_type got_size = local
    [all...]
x86_64.cc 621 got_size() const function in class:__anon4491::Target_x86_64
633 return this->got_size() / 8;
1814 const section_size_type got_size = local
    [all...]
aarch64.cc 5021 const section_size_type got_size = local
    [all...]
mips.cc 777 got_size() const function in class:__anon4450::Mips_got_info
4026 got_size() const function in class:__anon4450::Target_mips
6296 unsigned int got_size = this->master_got_info_->got_size(); local
    [all...]
powerpc.cc 787 got_size() const function in class:__anon4468::Target_powerpc
849 return this->got_size() / (size / 8);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 823 SizeT got_size; member in struct:_DebugInfo
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-nds32.c 220 static long got_size = 0; variable
    [all...]

Completed in 171 milliseconds