HomeSort by relevance Sort by last modified time
    Searched refs:got_size (Results 1 - 19 of 19) 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;
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 100 X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size);
X86PLT.cpp 51 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size)
57 if (got_size == 32) {
74 assert(got_size == 64);
  /toolchain/binutils/binutils-2.25/gold/
output.cc     [all...]
x86_64.cc 576 got_size() const function in class:__anon75361::Target_x86_64
588 return this->got_size() / 8;
1647 const section_size_type got_size = local
    [all...]
i386.cc 500 got_size() const function in class:__anon75322::Target_i386
512 return this->got_size() / 4;
1387 const section_size_type got_size = local
    [all...]
output.h     [all...]
tilegx.cc 366 got_size() const function in class:__anon75359::Target_tilegx
378 return this->got_size() / (size / 8);
2456 const section_size_type got_size = local
    [all...]
arm.cc     [all...]
mips.cc 721 got_size() const function in class:__anon75326::Mips_got_info
3571 got_size() const function in class:__anon75326::Target_mips
5430 unsigned int got_size = this->master_got_info_->got_size(); local
    [all...]
aarch64.cc 4889 const section_size_type got_size = local
    [all...]
sparc.cc 177 got_size() const function in class:__anon75349::Target_sparc
189 return this->got_size() / (size / 8);
    [all...]
powerpc.cc 680 got_size() const function in class:__anon75344::Target_powerpc
742 return this->got_size() / (size / 8);
    [all...]
  /system/webservd/webservd/
log_manager.cc 116 bool got_size = base::GetFileSize(file_path, &file_size); variable
117 if (got_size && (file_size + entry.size() > kMaxLogFileSize))
  /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 */
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 836 SizeT got_size; member in struct:_DebugInfo
    [all...]
debuginfo.c     [all...]
readelf.c 458 && di->got_size > 0
460 && (*sym_avmas_out).main < di->got_avma + di->got_size) {
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-nds32.c 219 static long got_size = 0; variable
    [all...]

Completed in 708 milliseconds