Searched refs:openbackend (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libebl/ |
D | eblopenbackend.c | 269 openbackend (Elf *elf, const char *emulation, GElf_Half machine) in openbackend() function 370 return openbackend (elf, NULL, ehdr->e_machine); in ebl_openbackend() 378 return openbackend (NULL, NULL, machine); in ebl_openbackend_machine() 386 return openbackend (NULL, emulation, EM_NONE); in ebl_openbackend_emulation()
|
D | ChangeLog | 48 (openbackend): Call init without sizeof(Ebl). 79 (openbackend): Use machine callback instead of try_dlopen(). 90 (openbackend): Remove result->name assignment. 96 openbackend. 97 (openbackend): Replace ORIGINDIR define with BINORIGINDIR and 329 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN. 676 * eblopenbackend.c (openbackend): If possible, fill machine, class, 1061 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name. 1161 (openbackend): Use that as default reloc_simple_type callback. 1244 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
|