Lines Matching refs:elf_alloc_hash
79 #define elf_alloc_hash(name, size) \ macro
376 if (!elf_alloc_hash(section, sections_nr) || in read_sections()
377 !elf_alloc_hash(section_name, sections_nr)) in read_sections()
566 if (!elf_alloc_hash(symbol, symbols_nr) || in read_symbols()
567 !elf_alloc_hash(symbol_name, symbols_nr)) in read_symbols()
1069 if (!elf_alloc_hash(reloc, elf->num_relocs)) in read_relocs()
1264 if (!elf_alloc_hash(section, 1000) || in elf_create_file()
1265 !elf_alloc_hash(section_name, 1000) || in elf_create_file()
1266 !elf_alloc_hash(symbol, 10000) || in elf_create_file()
1267 !elf_alloc_hash(symbol_name, 10000) || in elf_create_file()
1268 !elf_alloc_hash(reloc, 100000)) in elf_create_file()