Home
last modified time | relevance | path

Searched refs:asm_end (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/libasm/
DChangeLog6 * asm_end.c: Likewise.
34 * asm_end.c (binary_end): Likewise.
65 * asm_end.c (text_end): Call fflush instead of fclose.
78 * asm_end.c (binary_end): Check return value of gelf_update_ehdr.
86 * asm_end.c: Remove error.h include.
109 * asm_end.c (binary_end): Fix nesting of braces.
129 * asm_end.c (binary_end): Likewise.
157 * asm_end.c (__libasm_finictx): Likewise.
256 * asm_end.c (text_end): Close file if necesary.
264 * asm_end.c (text_end): Mark parameter as possibly unused.
[all …]
Dlibasm.map17 asm_end;
DMakefile.am40 libasm_a_SOURCES = asm_begin.c asm_abort.c asm_end.c asm_error.c \
Dlibasm.h82 extern int asm_end (AsmCtx_t *ctx);
Dasm_end.c503 asm_end (AsmCtx_t *ctx) in asm_end() function
/third_party/elfutils/tests/
Dasm-tst4.c89 if (asm_end (ctx) != 0) in main()
Dasm-tst5.c101 if (asm_end (ctx) != 0) in main()
Dasm-tst6.c135 if (asm_end (ctx) != 0) in main()
Dasm-tst7.c67 if (asm_end (ctx) != 0) in main()
Dasm-tst8.c68 if (asm_end (ctx) != 0) in main()
Dasm-tst1.c110 if (asm_end (ctx) != 0) in main()
Dasm-tst2.c126 if (asm_end (ctx) != 0) in main()
Dasm-tst3.c133 if (asm_end (ctx) != 0) in main()
Dasm-tst9.c160 if (asm_end (ctx) != 0) in main()