Searched refs:toadd (Results 1 – 2 of 2) sorted by relevance
84 static char *add_opts(char *opts, char *toadd) in add_opts() argument86 if (toadd) { in add_opts()90 opts = xrealloc(opts, optlen + strlen(toadd) + 2); in add_opts()91 sprintf(opts + optlen, " %s", toadd); in add_opts()
160 Elf32_Word toadd = file->scninfo[xndx].offset; in elf_i386_relocate_section() local161 if (toadd != 0) in elf_i386_relocate_section()163 toadd); in elf_i386_relocate_section()