Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Delf.h39 struct list_head symbol_list; member
304 list_for_each_entry(sym, &sec->symbol_list, list)
/linux/tools/objtool/
H A Delf.c340 INIT_LIST_HEAD(&sec->symbol_list); in read_sections()
425 entry = &sym->sec->symbol_list; in elf_add_symbol()
1107 INIT_LIST_HEAD(&sec->symbol_list); in elf_create_section()