Searched refs:elf (Results 1 - 2 of 2) sorted by relevance

/systemd/src/coredump/
H A Dstacktrace.c37 Elf *elf; member in struct:stack_context
149 c.elf = elf_begin(fd, ELF_C_READ_MMAP, NULL);
150 if (!c.elf) {
161 if (dwfl_core_file_report(c.dwfl, c.elf, executable) < 0) {
171 if (dwfl_core_file_attach(c.dwfl, c.elf) < 0) {
192 if (c.elf)
193 elf_end(c.elf);
/systemd/src/basic/
H A Drandom-util.c20 #include <elf.h>

Completed in 409 milliseconds