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.c526 out_sym = elf_create_section_symbol(elf, out_sec); in __clone_symbol()
843 if (!sec->sym && !elf_create_section_symbol(elf, sec)) in convert_reloc_sym_to_secsym()
998 if (!sec->sym && !elf_create_section_symbol(e->out, sec)) in clone_reloc_klp()
1463 funcs_sym = elf_create_section_symbol(e->out, funcs_sec); in create_klp_sections()
1476 str_sym = elf_create_section_symbol(e->out, str_sec); in create_klp_sections()
H A Delf.c967 struct symbol *elf_create_section_symbol(struct elf *elf, struct section *sec) in elf_create_section_symbol() function
1036 sym = elf_create_section_symbol(elf, insn_sec); in elf_init_reloc_text_sym()