Searched refs:elf_add_string (Results 1 – 1 of 1) sorted by relevance
817 static int elf_add_string(struct elf *elf, struct section *strtab, char *str);836 sym->sym.st_name = elf_add_string(elf, NULL, name); in elf_create_prefix_symbol()1051 static int elf_add_string(struct elf *elf, struct section *strtab, char *str) in elf_add_string() function1155 sec->sh.sh_name = elf_add_string(elf, shstrtab, sec->name); in elf_create_section()