Searched refs:ALIGN (Results 1 – 5 of 5) sorted by relevance
49 ALIGN=252 ALIGN=458 ALIGN=471 ALIGN=275 ALIGN=487 ALIGN=491 ALIGN=4117 ALIGN=2121 ALIGN=2125 ALIGN=4[all …]
22 __ksymtab 0 : ALIGN(8) { *(SORT(___ksymtab+*)) }23 __ksymtab_gpl 0 : ALIGN(8) { *(SORT(___ksymtab_gpl+*)) }24 __kcrctab 0 : ALIGN(4) { *(SORT(___kcrctab+*)) }25 __kcrctab_gpl 0 : ALIGN(4) { *(SORT(___kcrctab_gpl+*)) }27 .ctors 0 : ALIGN(8) { *(SORT(.ctors.*)) *(.ctors) }28 .init_array 0 : ALIGN(8) { *(SORT(.init_array.*)) *(.init_array) }30 .altinstructions 0 : ALIGN(8) { KEEP(*(.altinstructions)) }31 __bug_table 0 : ALIGN(8) { KEEP(*(__bug_table)) }32 __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }33 __ex_table 0 : ALIGN(4) { KEEP(*(__ex_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
Completed in 7 milliseconds