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.c75 #define elf_alloc_hash(name, size) \ macro
323 if (!elf_alloc_hash(section, sections_nr) || in read_sections()
324 !elf_alloc_hash(section_name, sections_nr)) in read_sections()
459 if (!elf_alloc_hash(symbol, symbols_nr) || in read_symbols()
460 !elf_alloc_hash(symbol_name, symbols_nr)) in read_symbols()
942 if (!elf_alloc_hash(reloc, elf->num_relocs)) in read_relocs()