Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dklp-diff.c556 out_sym = elf_create_section_symbol(elf, out_sec); in __clone_symbol()
873 if (!sec->sym && !elf_create_section_symbol(elf, sec)) in convert_reloc_sym_to_secsym()
1028 if (!sec->sym && !elf_create_section_symbol(e->out, sec)) in clone_reloc_klp()
1506 funcs_sym = elf_create_section_symbol(e->out, funcs_sec); in create_klp_sections()
1519 str_sym = elf_create_section_symbol(e->out, str_sec); in create_klp_sections()
H A Delf.c966 struct symbol *elf_create_section_symbol(struct elf *elf, struct section *sec) in elf_create_section_symbol() function
1035 sym = elf_create_section_symbol(elf, insn_sec); in elf_init_reloc_text_sym()