Home
last modified time | relevance | path

Searched refs:binary_end (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/libasm/
DChangeLog34 * asm_end.c (binary_end): Likewise.
78 * asm_end.c (binary_end): Check return value of gelf_update_ehdr.
109 * asm_end.c (binary_end): Fix nesting of braces.
129 * asm_end.c (binary_end): Likewise.
272 * asm_end.c (binary_end): Don't terminate with error() in case
279 * asm_end.c (binary_end): Remove shadowing variables.
Dasm_end.c58 binary_end (AsmCtx_t *ctx) in binary_end() function
511 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx); in asm_end()