Home
last modified time | relevance | path

Searched refs:ERROR_ELF (Results 1 – 2 of 2) sorted by relevance

/linux/tools/objtool/
H A Delf.c386 ERROR_ELF("elf_getshdrnum"); in read_sections()
391 ERROR_ELF("elf_getshdrstrndx"); in read_sections()
411 ERROR_ELF("elf_getscn"); in read_sections()
418 ERROR_ELF("gelf_getshdr"); in read_sections()
424 ERROR_ELF("elf_strptr"); in read_sections()
431 ERROR_ELF("elf_getdata"); in read_sections()
637 ERROR_ELF("gelf_getsymshndx"); in read_symbols()
644 ERROR_ELF("elf_strptr"); in read_symbols()
799 ERROR_ELF("elf_getscn"); in elf_update_symbol()
806 ERROR_ELF("elf_getscn"); in elf_update_symbol()
[all …]
/linux/tools/objtool/include/objtool/
H A Dwarn.h107 #define ERROR_ELF(format, ...) __WARN_ELF(ERROR_STR, format, ##__VA_ARGS__) macro