Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/
A Delf.c41 #define elf_alloc_hash(name, size) \ macro
283 if (!elf_alloc_hash(section, sections_nr) || in read_sections()
284 !elf_alloc_hash(section_name, sections_nr)) in read_sections()
421 if (!elf_alloc_hash(symbol, symbols_nr) || in read_symbols()
422 !elf_alloc_hash(symbol_name, symbols_nr)) in read_symbols()
903 if (!elf_alloc_hash(reloc, elf->text_size / 16)) in read_relocs()

Completed in 4 milliseconds