Home
last modified time | relevance | path

Searched refs:ERROR_GLIBC (Results 1 – 8 of 8) sorted by relevance

/linux/tools/objtool/
H A Dsignal.c69 ERROR_GLIBC("getrlimit"); in read_stack_limit()
75 ERROR_GLIBC("fopen"); in read_stack_limit()
82 ERROR_GLIBC("sscanf"); in read_stack_limit()
111 ERROR_GLIBC("malloc"); in init_signal_handler()
118 ERROR_GLIBC("sigaltstack"); in init_signal_handler()
129 ERROR_GLIBC("sigaction"); in init_signal_handler()
H A Dbuiltin-check.c230 ERROR_GLIBC("fstat"); in copy_file()
235 ERROR_GLIBC("fchmod"); in copy_file()
242 ERROR_GLIBC("sendfile"); in copy_file()
256 ERROR_GLIBC("calloc"); in save_argv()
263 ERROR_GLIBC("strdup(%s)", argv[i]); in save_argv()
279 ERROR_GLIBC("malloc"); in make_backup()
H A Delf.c85 ERROR_GLIBC("mmap fail " #name); \
381 ERROR_GLIBC("calloc"); in read_sections()
458 ERROR_GLIBC("strdup"); in demangle_name()
571 ERROR_GLIBC("calloc"); in read_symbols()
787 ERROR_GLIBC("calloc"); in elf_update_symbol()
802 ERROR_GLIBC("calloc"); in elf_update_symbol()
871 ERROR_GLIBC("calloc"); in elf_create_symbol()
877 ERROR_GLIBC("strdup"); in elf_create_symbol()
1088 ERROR_GLIBC("calloc"); in read_relocs()
1131 ERROR_GLIBC("malloc"); in elf_open_read()
[all …]
H A Dklp-diff.c103 ERROR_GLIBC("fopen"); in read_exports()
143 ERROR_GLIBC("calloc"); in read_exports()
149 ERROR_GLIBC("strdup"); in read_exports()
155 ERROR_GLIBC("strdup"); in read_exports()
789 ERROR_GLIBC("strdup"); in __find_modname()
H A Dspecial.c156 ERROR_GLIBC("malloc failed"); in special_get_alts()
H A Dcheck.c339 ERROR_GLIBC("calloc"); in cfi_alloc()
395 ERROR_GLIBC("mmap fail cfi_hash"); in cfi_hash_alloc()
450 ERROR_GLIBC("calloc"); in decode_instructions()
634 ERROR_GLIBC("calloc"); in init_pv_ops()
714 ERROR_GLIBC("strdup"); in create_static_call_sections()
1773 ERROR_GLIBC("calloc"); in handle_group_alt()
1779 ERROR_GLIBC("calloc"); in handle_group_alt()
1811 ERROR_GLIBC("calloc"); in handle_group_alt()
1825 ERROR_GLIBC("calloc"); in handle_group_alt()
2016 ERROR_GLIBC("calloc"); in add_special_section_alts()
[all …]
/linux/tools/objtool/include/objtool/
H A Dutil.h11 ERROR_GLIBC("snprintf"); \
H A Dwarn.h108 #define ERROR_GLIBC(format, ...) __WARN_GLIBC(ERROR_STR, format, ##__VA_ARGS__) macro