Home
last modified time | relevance | path

Searched refs:AlignedSize (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
Delf_core_dump.cc71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote()
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
Delf_core_dump.h97 static size_t AlignedSize(size_t size);
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp100 uintptr_t AlignedSize = (Size + Alignment - 1) / Alignment * Alignment; in useSpace() local
102 *UsedSize = AlignedBegin + AlignedSize; in useSpace()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp346 uint64_t AlignedSize = in computeAllocationSizeForSections() local
348 TotalSize += AlignedSize; in computeAllocationSizeForSections()