Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Delf.c78 #define elf_alloc_hash(name, size) \ macro
375 if (!elf_alloc_hash(section, sections_nr) || in read_sections()
376 !elf_alloc_hash(section_name, sections_nr)) in read_sections()
565 if (!elf_alloc_hash(symbol, symbols_nr) || in read_symbols()
566 !elf_alloc_hash(symbol_name, symbols_nr)) in read_symbols()
1068 if (!elf_alloc_hash(reloc, elf->num_relocs)) in read_relocs()
1247 if (!elf_alloc_hash(section, 1000) || in elf_create_file()
1248 !elf_alloc_hash(section_name, 1000) || in elf_create_file()
1249 !elf_alloc_hash(symbol, 10000) || in elf_create_file()
1250 !elf_alloc_hash(symbol_name, 10000) || in elf_create_file()
[all …]