Home | History | Annotate | Download | only in libyasm

Lines Matching defs:yasm_section

54 struct yasm_section {
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)
418 yasm_section_is_default(const yasm_section *sect)
424 yasm_section_set_default(yasm_section *sect, int def)
430 yasm_section_get_object(const yasm_section *sect)
436 yasm_section_get_data(yasm_section *sect,
443 yasm_section_add_data(yasm_section *sect,
452 yasm_section *cur, *next;
494 yasm_section *cur;
510 yasm_section *sect;
534 int (*func) (yasm_section *sect,
537 yasm_section *cur;
548 yasm_section *
551 yasm_section *cur;
562 yasm_section_add_reloc(yasm_section *sect, yasm_reloc *reloc,
574 yasm_section_relocs_first(yasm_section *sect)
595 yasm_section_bcs_first(yasm_section *sect)
601 yasm_section_bcs_last(yasm_section *sect)
607 yasm_section_bcs_append(yasm_section *sect, yasm_bytecode *bc)
621 yasm_section_bcs_traverse(yasm_section *sect,
644 yasm_section_get_name(const yasm_section *sect)
650 yasm_section_set_align(yasm_section *sect, unsigned long align,
657 yasm_section_get_align(const yasm_section *sect)
663 yasm_section_destroy(yasm_section *sect)
695 yasm_section_print(const yasm_section *sect, FILE *f, int indent_level,
1055 yasm_section *sect;
1285 yasm_section *sect;