Home
last modified time | relevance | path

Searched refs:yasm_section_get_align (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h371 unsigned long yasm_section_get_align(const yasm_section *sect);
Dsection.c657 yasm_section_get_align(const yasm_section *sect) in yasm_section_get_align() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c761 YASM_WRITE_32_L(localbuf, exp2_to_bits(yasm_section_get_align(sect))); in macho_objfmt_output_secthead()
1017 align = yasm_section_get_align(sect); in macho_objfmt_calc_sectsize()
1502 if (yasm_section_get_align(retval) != align) { in macho_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c410 YASM_WRITE_16_L(localbuf, yasm_section_get_align(sect)); /* alignment */ in xdf_objfmt_output_secthead()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c235 unsigned long align = yasm_section_get_align(sect); in bin_lma_create_group()
426 unsigned long align = yasm_section_get_align(group->section); in group_assign_vstart_recurse()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c651 elf_secthead_set_align(shead, yasm_section_get_align(sect)); in elf_objfmt_output_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c1546 if (boundint > yasm_section_get_align(object->cur_section)) in dir_align()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c1612 if (boundint > yasm_section_get_align(sect)) in gas_parser_align()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c891 unsigned long align = yasm_section_get_align(sect); in coff_objfmt_output_secthead()