Searched refs:elf_add_string (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | elf.c | 819 static int elf_add_string(struct elf *elf, struct section *strtab, char *str); 838 sym->sym.st_name = elf_add_string(elf, NULL, name); in elf_create_prefix_symbol() 1053 static int elf_add_string(struct elf *elf, struct section *strtab, char *str) in elf_add_string() function 1157 sec->sh.sh_name = elf_add_string(elf, shstrtab, sec->name); in elf_create_section()
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | elf.c | 941 static int elf_add_string(struct elf *elf, struct section *strtab, char *str) in elf_add_string() function 1048 sec->sh.sh_name = elf_add_string(elf, shstrtab, sec->name); in elf_create_section()
|
Completed in 3 milliseconds