Searched refs:AlignedSize (Results 1 – 6 of 6) sorted by relevance
71 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
97 static size_t AlignedSize(size_t size);
100 uintptr_t AlignedSize = (Size + Alignment - 1) / Alignment * Alignment; in useSpace() local102 *UsedSize = AlignedBegin + AlignedSize; in useSpace()
101 uintptr_t AlignedSize = (Size + Alignment - 1) / Alignment * Alignment; in useSpace() local103 *UsedSize = AlignedBegin + AlignedSize; in useSpace()
346 uint64_t AlignedSize = in computeAllocationSizeForSections() local348 TotalSize += AlignedSize; in computeAllocationSizeForSections()
397 uint64_t AlignedSize = in computeAllocationSizeForSections() local399 TotalSize += AlignedSize; in computeAllocationSizeForSections()