HomeSort by relevance Sort by last modified time
    Searched defs:yasm_section (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 99 typedef struct yasm_section yasm_section; typedef in typeref:struct:yasm_section
section.c 54 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 *sect, unsigned long opt_flags
    [all...]

Completed in 77 milliseconds