Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/
A Delf.c296 INIT_LIST_HEAD(&sec->reloc_list); in read_sections()
359 INIT_LIST_HEAD(&sym->reloc_list); in elf_add_symbol()
561 list_add_tail(&reloc->sym_reloc_entry, &sym->reloc_list); in elf_add_reloc()
562 list_add_tail(&reloc->list, &sec->reloc->reloc_list); in elf_add_reloc()
580 list_for_each_entry(reloc, &sym->reloc_list, sym_reloc_entry) in elf_dirty_reloc_sym()
949 list_add_tail(&reloc->sym_reloc_entry, &sym->reloc_list); in read_relocs()
950 list_add_tail(&reloc->list, &sec->reloc_list); in read_relocs()
1076 INIT_LIST_HEAD(&sec->reloc_list); in elf_create_section()
1236 list_for_each_entry(reloc, &sec->reloc_list, list) { in elf_rebuild_rel_reloc_section()
1267 list_for_each_entry(reloc, &sec->reloc_list, list) { in elf_rebuild_rela_reloc_section()
[all …]
A Dcheck.c621 list_for_each_entry(reloc, &sec->reloc_list, list) { in add_dead_ends()
656 list_for_each_entry(reloc, &sec->reloc_list, list) { in add_dead_ends()
1088 list_for_each_entry(reloc, &sec->reloc_list, list) { in add_ignores()
1326 list_for_each_entry(reloc, &sec->reloc_list, list) { in add_ignore_alternatives()
2066 list_for_each_entry_from(reloc, &table->sec->reloc_list, list) { in add_jump_table()
2354 list_for_each_entry(reloc, &sec->reloc_list, list) { in read_noendbr_hints()
2377 list_for_each_entry(reloc, &sec->reloc_list, list) { in read_retpoline_hints()
2414 list_for_each_entry(reloc, &sec->reloc_list, list) { in read_instr_hints()
2433 list_for_each_entry(reloc, &sec->reloc_list, list) { in read_instr_hints()
2461 list_for_each_entry(reloc, &sec->reloc_list, list) { in read_intra_function_calls()
[all …]
/linux-6.3-rc2/tools/objtool/include/objtool/
A Delf.h35 struct list_head reloc_list; member
65 struct list_head reloc_list; member

Completed in 11 milliseconds