Home
last modified time | relevance | path

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

/external/elfutils/libasm/
DChangeLog30 * asm_end.c (binary_end): Fix nesting of braces.
50 * asm_end.c (binary_end): Likewise.
193 * asm_end.c (binary_end): Don't terminate with error() in case
200 * asm_end.c (binary_end): Remove shadowing variables.
Dasm_end.c61 binary_end (AsmCtx_t *ctx) in binary_end() function
510 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx); in asm_end()