Searched refs:elf_add_string (Results 1 – 1 of 1) sorted by relevance
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() function1157 sec->sh.sh_name = elf_add_string(elf, shstrtab, sec->name); in elf_create_section()