Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/
H A Dbuiltin-check.c208 ERROR_GLIBC("fstat"); in copy_file()
213 ERROR_GLIBC("fchmod"); in copy_file()
220 ERROR_GLIBC("sendfile"); in copy_file()
234 ERROR_GLIBC("calloc"); in save_argv()
241 ERROR_GLIBC("strdup(%s)", argv[i]); in save_argv()
260 ERROR_GLIBC("malloc"); in print_args()
H A Delf.c334 ERROR_GLIBC("calloc"); in read_sections()
469 ERROR_GLIBC("calloc"); in read_symbols()
798 ERROR_GLIBC("malloc"); in elf_create_section_symbol()
828 ERROR_GLIBC("malloc"); in elf_create_prefix_symbol()
959 ERROR_GLIBC("calloc"); in read_relocs()
1000 ERROR_GLIBC("malloc"); in elf_open_read()
1094 ERROR_GLIBC("malloc"); in elf_create_section()
1109 ERROR_GLIBC("strdup"); in elf_create_section()
1127 ERROR_GLIBC("malloc"); in elf_create_section()
1174 ERROR_GLIBC("malloc"); in elf_create_rela_section()
[all …]
H A Dspecial.c155 ERROR_GLIBC("malloc failed"); in special_get_alts()
H A Dcheck.c353 ERROR_GLIBC("calloc"); in cfi_alloc()
465 ERROR_GLIBC("calloc"); in decode_instructions()
614 ERROR_GLIBC("calloc"); in init_pv_ops()
673 ERROR_GLIBC("strdup"); in create_static_call_sections()
1722 ERROR_GLIBC("calloc"); in handle_group_alt()
1728 ERROR_GLIBC("calloc"); in handle_group_alt()
1759 ERROR_GLIBC("calloc"); in handle_group_alt()
1773 ERROR_GLIBC("calloc"); in handle_group_alt()
1959 ERROR_GLIBC("calloc"); in add_special_section_alts()
2036 ERROR_GLIBC("calloc"); in add_jump_table()
[all …]
/linux-6.15/tools/objtool/include/objtool/
H A Dwarn.h101 #define ERROR_GLIBC(format, ...) __WARN_GLIBC(ERROR_STR, format, ##__VA_ARGS__) macro