Searched refs:elf_alloc_hash (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/objtool/ |
| H A D | elf.c | 85 #define elf_alloc_hash(name, size) \ macro 395 if (!elf_alloc_hash(section, sections_nr) || in read_sections() 396 !elf_alloc_hash(section_name, sections_nr)) in read_sections() 618 if (!elf_alloc_hash(symbol, symbols_nr) || in read_symbols() 619 !elf_alloc_hash(symbol_name, symbols_nr)) in read_symbols() 1121 if (!elf_alloc_hash(reloc, elf->num_relocs)) in read_relocs() 1300 if (!elf_alloc_hash(section, 1000) || in elf_create_file() 1301 !elf_alloc_hash(section_name, 1000) || in elf_create_file() 1302 !elf_alloc_hash(symbol, 10000) || in elf_create_file() 1303 !elf_alloc_hash(symbol_name, 10000) || in elf_create_file() [all …]
|