Searched refs:toadd (Results 1 – 3 of 3) sorted by relevance
82 static char *add_opts(char *opts, char *toadd) in add_opts() argument84 if (toadd) { in add_opts()88 opts = xrealloc(opts, optlen + strlen(toadd) + 2); in add_opts()89 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()
668 my ($self, $args, $toremove, $toadd) = @_;678 if (defined $toadd) {680 foreach my $add (split(' ', $toadd)) {