Go to the documentation of this file.
30 #ifndef YASM_SECTION_H
31 #define YASM_SECTION_H
121 (
yasm_object *
object, const
char *name,
unsigned long align,
int code,
122 int res_only,
int *isnew,
unsigned long line);
288 void (*destroy_func) (
void *reloc));
303 #define yasm_section_reloc_next(x) STAILQ_NEXT((x), link)
391 int indent_level,
int print_bcs);