return retval;
}
-/* PASS1 */
static int
elf_objfmt_output_expr(yasm_expr **ep, unsigned char *buf, size_t destsize,
size_t valsize, int shift, unsigned long offset,
return 1;
}
-/* PASS1 */
static int
elf_objfmt_output_bytecode(yasm_bytecode *bc, /*@null@*/ void *d)
{
return shead;
}
-/* PASS1 */
static int
elf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d)
{
return 0;
}
-
-/* PASS1 */
static int
elf_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d)
{
/* output dummy section header - 0 */
info.sindex = 0;
-
esdn = elf_secthead_new(NULL, SHT_NULL, 0, 0, 0, 0);
elf_secthead_write_to_file(f, esdn, 0);
elf_secthead_delete(esdn);