Home
last modified time | relevance | path

Searched refs:toadd (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dmodprobe.c84 static char *add_opts(char *opts, char *toadd) in add_opts() argument
86 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()
/external/elfutils/src/src/
Di386_ld.c160 Elf32_Word toadd = file->scninfo[xndx].offset; in elf_i386_relocate_section() local
161 if (toadd != 0) in elf_i386_relocate_section()
163 toadd); in elf_i386_relocate_section()