Home
last modified time | relevance | path

Searched refs:elf_update_symbol (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
H A Delf.c573 static int elf_update_symbol(struct elf *elf, struct section *symtab, in elf_update_symbol() function
736 if (elf_update_symbol(elf, symtab, symtab_shndx, old)) { in elf_create_section_symbol()
737 WARN("elf_update_symbol move"); in elf_create_section_symbol()
745 if (elf_update_symbol(elf, symtab, symtab_shndx, sym)) { in elf_create_section_symbol()
746 WARN("elf_update_symbol"); in elf_create_section_symbol()
/kernel/linux/linux-6.6/tools/objtool/
H A Delf.c597 static int elf_update_symbol(struct elf *elf, struct section *symtab, in elf_update_symbol() function
759 if (elf_update_symbol(elf, symtab, symtab_shndx, old)) { in __elf_create_symbol()
760 WARN("elf_update_symbol move"); in __elf_create_symbol()
777 if (elf_update_symbol(elf, symtab, symtab_shndx, sym)) { in __elf_create_symbol()
778 WARN("elf_update_symbol"); in __elf_create_symbol()

Completed in 4 milliseconds