Searched refs:binary_end (Results 1 – 5 of 5) sorted by relevance
44 * asm_end.c (binary_end): Likewise.88 * asm_end.c (binary_end): Check return value of gelf_update_ehdr.119 * asm_end.c (binary_end): Fix nesting of braces.139 * asm_end.c (binary_end): Likewise.282 * asm_end.c (binary_end): Don't terminate with error() in case289 * asm_end.c (binary_end): Remove shadowing variables.
58 binary_end (AsmCtx_t *ctx) in binary_end() function511 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx); in asm_end()
25 info!("binary end: {}", layout::binary_end()); in print_addresses()
126 pub fn binary_end() -> VirtualAddress { in binary_end() function
399 const char* binary_end = data.data() + data.size(); in GetBuildId() local408 if (data.data() < binary_start || data.data() + data.size() > binary_end) { in GetBuildId()