Home
last modified time | relevance | path

Searched refs:yasm_section_is_default (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h231 int yasm_section_is_default(const yasm_section *sect);
Dsection.c418 yasm_section_is_default(const yasm_section *sect) in yasm_section_is_default() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c751 if (isnew || yasm_section_is_default(retval)) { in xdf_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c954 if (isnew || yasm_section_is_default(retval)) { in rdf_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c1116 if (isnew || yasm_section_is_default(retval)) { in elf_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c1494 if (isnew || yasm_section_is_default(retval)) { in macho_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c1569 if (isnew || yasm_section_is_default(retval)) { in bin_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c1591 if (isnew || yasm_section_is_default(retval)) { in coff_objfmt_section_switch()