Searched refs:align (Results 1 – 6 of 6) sorted by relevance
/busybox-1.35.0/docs/ |
D | keep_data_small.txt | 168 - .align 32 169 + .align 4 175 - .align 32 176 + .align 4 206 ix86_data_alignment (tree type, int align) 213 || TREE_INT_CST_HIGH (TYPE_SIZE (type))) && align < 256)
|
/busybox-1.35.0/scripts/ |
D | Kbuild.include | 76 # cc-option-align 77 # Prefix align with either -falign or -malign 78 cc-option-align = $(subst -functions=0,,\
|
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 624 unsigned long align, 629 unsigned long align, 2166 unsigned long align, in helper_create_alloced_section() argument 2178 sec->header.sh_addralign = align; in helper_create_alloced_section() 2189 unsigned long align, in obj_create_alloced_section() argument 2194 sec = helper_create_alloced_section(f, name, align, size); in obj_create_alloced_section() 2201 unsigned long align, in obj_create_alloced_section_first() argument 2206 sec = helper_create_alloced_section(f, name, align, size); in obj_create_alloced_section_first() 3023 ElfW(Addr) align = c->sym->value; in obj_allocate_commons() 3025 if (align > max_align) in obj_allocate_commons() [all …]
|
/busybox-1.35.0/scripts/kconfig/ |
D | qconf.h | 199 void paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align);
|
D | qconf.cc | 312 void ConfigItem::paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align) in paintCell() argument 318 Parent::paintCell(p, list->inactivedColorGroup, column, width, align); in paintCell() 320 Parent::paintCell(p, cg, column, width, align); in paintCell() 322 Parent::paintCell(p, list->disabledColorGroup, column, width, align); in paintCell()
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 86 # align all text flush right on a 79-column width
|