HomeSort by relevance Sort by last modified time
    Searched refs:UNW_ALIGN (Results 1 - 3 of 3) sorted by null

  /external/libunwind/src/mi/
mempool.c 51 size = UNW_ALIGN(size, MAX_ALIGN);
67 unsigned align = UNW_ALIGN((uintptr_t) &sos_memory[0], MAX_ALIGN)
114 size = UNW_ALIGN(pool->obj_size, pg_size);
137 obj_size = UNW_ALIGN(obj_size, MAX_ALIGN);
148 pool->chunk_size = UNW_ALIGN(2*reserve*obj_size, pg_size);
  /external/libunwind/src/coredump/
_UCD_create.c 69 #define NOTE_DATA(_hdr) STRUCT_MEMBER_P((_hdr), sizeof (Elf32_Nhdr) + UNW_ALIGN((_hdr)->n_namesz, 4))
70 #define NOTE_SIZE(_hdr) (sizeof (Elf32_Nhdr) + UNW_ALIGN((_hdr)->n_namesz, 4) + (_hdr)->n_descsz)
  /external/libunwind/include/
libunwind_i.h 414 #define UNW_ALIGN(x,a) (((x)+(a)-1UL)&~((a)-1UL))

Completed in 66 milliseconds