Searched defs:yasm_section (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcoretype.h99 typedef struct yasm_section yasm_section; typedef in typeref:struct:yasm_section
H A Dsection.c54 struct yasm_section { struct
55 /*@reldef@*/ STAILQ_ENTRY(yasm_section) link;
82 static void yasm_section_destroy(/*@only@*/ yasm_section *sect);
154 yasm_section *new_section =
302 yasm_section *
307 yasm_section *s;
323 s = yasm_xcalloc(1, sizeof(yasm_section));
400 yasm_section_is_code(yasm_section *sect)
406 yasm_section_get_opt_flags(const yasm_section *sect)
412 yasm_section_set_opt_flags(yasm_section *sec
[all...]

Completed in 377 milliseconds