Home
last modified time | relevance | path

Searched refs:elf_close (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Delf.c41 void elf_close(struct elf_fd *elf_fd) in elf_close() function
267 elf_close(&elf_fd); in elf_find_func_offset_from_file()
377 elf_close(&elf_fd); in elf_resolve_syms_offsets()
438 elf_close(&elf_fd); in elf_resolve_pattern_offsets()
H A Dlibbpf_internal.h608 void elf_close(struct elf_fd *elf_fd);
H A Dusdt.c1114 elf_close(&elf_fd); in usdt_manager_attach_usdt()
1126 elf_close(&elf_fd); in usdt_manager_attach_usdt()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h133 void elf_close(struct elf *elf);
/openbmc/linux/tools/objtool/
H A Delf.c1049 elf_close(elf); in elf_open_read()
1341 void elf_close(struct elf *elf) in elf_close() function