Home
last modified time | relevance | path

Searched refs:yasm_section_is_code (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h209 int yasm_section_is_code(yasm_section *sect);
Dsection.c400 yasm_section_is_code(yasm_section *sect) in yasm_section_is_code() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c512 if (!yasm_section_is_code(sect)) in cv_generate_line_section()
545 if (yasm_section_is_code(yasm_bc_get_section(precbc))) in cv_generate_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-line.c590 if (info->asm_source && yasm_section_is_code(sect)) { in dwarf2_generate_line_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c1618 yasm_section_is_code(sect) ? in gas_parser_align()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c1509 data.code = yasm_section_is_code(retval); in bin_objfmt_section_switch()