Searched refs:openbackend (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libebl/ |
D | eblopenbackend.c | 273 openbackend (Elf *elf, const char *emulation, GElf_Half machine) in openbackend() function 374 return openbackend (elf, NULL, ehdr->e_machine); in ebl_openbackend() 382 return openbackend (NULL, NULL, machine); in ebl_openbackend_machine() 390 return openbackend (NULL, emulation, EM_NONE); in ebl_openbackend_emulation()
|
D | ChangeLog | 14 (openbackend): Use machine callback instead of try_dlopen(). 25 (openbackend): Remove result->name assignment. 31 openbackend. 32 (openbackend): Replace ORIGINDIR define with BINORIGINDIR and 264 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN. 611 * eblopenbackend.c (openbackend): If possible, fill machine, class, 996 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name. 1096 (openbackend): Use that as default reloc_simple_type callback. 1179 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
|