Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/
Delf.c40 #define elf_alloc_hash(name, size) \ macro
242 if (!elf_alloc_hash(section, sections_nr) || in read_sections()
243 !elf_alloc_hash(section_name, sections_nr)) in read_sections()
367 if (!elf_alloc_hash(symbol, symbols_nr) || in read_symbols()
368 !elf_alloc_hash(symbol_name, symbols_nr)) in read_symbols()
587 if (!elf_alloc_hash(reloc, elf->text_size / 16)) in read_relocs()