Searched refs:openbackend (Results 1 – 2 of 2) sorted by relevance
/third_party/elfutils/libebl/ |
D | eblopenbackend.c | 268 openbackend (Elf *elf, const char *emulation, GElf_Half machine) in openbackend() function 369 return openbackend (elf, NULL, ehdr->e_machine); in ebl_openbackend() 377 return openbackend (NULL, NULL, machine); in ebl_openbackend_machine() 385 return openbackend (NULL, emulation, EM_NONE); in ebl_openbackend_emulation()
|
D | ChangeLog | 28 * eblopenbackend.c (openbackend): Remove cast of calloc return value. 82 (openbackend): Call init without sizeof(Ebl). 113 (openbackend): Use machine callback instead of try_dlopen(). 124 (openbackend): Remove result->name assignment. 130 openbackend. 131 (openbackend): Replace ORIGINDIR define with BINORIGINDIR and 363 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN. 710 * eblopenbackend.c (openbackend): If possible, fill machine, class, 1095 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name. 1195 (openbackend): Use that as default reloc_simple_type callback. [all …]
|