Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 5 of 5) sorted by relevance

/scripts/
A Dxz_wrap.sh49 ALIGN=2
52 ALIGN=4
58 ALIGN=4
71 ALIGN=2
75 ALIGN=4
87 ALIGN=4
91 ALIGN=4
117 ALIGN=2
121 ALIGN=2
125 ALIGN=4
[all …]
A Dmodule.lds.S22 __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)) }
/scripts/dtc/
A Ddata.c223 int newlen = ALIGN(d.len, align); in data_append_align()
A Dflattree.c330 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()
A Ddtc.h105 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro

Completed in 7 milliseconds