Searched refs:ALIGN (Results 1 – 5 of 5) sorted by relevance
49 ALIGN=252 ALIGN=458 ALIGN=471 ALIGN=275 ALIGN=480 ALIGN=282 ALIGN=487 ALIGN=491 ALIGN=4101 ALIGN=2[all …]
26 .ctors 0 : ALIGN(8) { *(SORT(.ctors.*)) *(.ctors) }27 .init_array 0 : ALIGN(8) { *(SORT(.init_array.*)) *(.init_array) }29 .altinstructions 0 : ALIGN(8) { KEEP(*(.altinstructions)) }30 __bug_table 0 : ALIGN(8) { KEEP(*(__bug_table)) }31 __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }
223 int newlen = ALIGN(d.len, align); in data_append_align()
330 reserve_off = ALIGN(vi->hdr_size, 8); in make_fdt_header()391 padlen = ALIGN(fdt32_to_cpu(fdt.totalsize) + padlen, alignsize) in dt_to_blob()602 inb->ptr = inb->base + ALIGN(off, align); in flat_realign()
105 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro