Searched defs:gnu (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/tests/
H A Delfputzdata.c15 along with this program. If not, see <http://www.gnu.org/licenses/>. */
42 && strcmp (argv[1], "gnu") != 0))
44 printf ("Usage: (elf|gnu) files...\n");
48 int gnu; local
49 if (strcmp (argv[1], "gnu") == 0)
50 gnu = 1;
52 gnu = 0;
118 if (gnu)
184 if (gnu)
222 if (! gnu
[all...]
/external/elfutils/src/
H A Delfcompress.c16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
53 #define T_COMPRESS_GNU 3 /* zlib-gnu */
132 else if (strcmp ("zlib-gnu", arg) == 0 || strcmp ("gnu", arg) == 0)
202 bool gnu, bool compress, bool report_verbose)
206 if (gnu)
1269 N_("What type of compression to apply. TYPE can be 'none' (decompress), 'zlib' (ELF ZLIB compression, the default, 'zlib-gabi' is an alias) or 'zlib-gnu' (.zdebug GNU style compression, 'gnu' is an alias)"),
200 compress_section(Elf_Scn *scn, size_t orig_size, const char *name, const char *newname, size_t ndx, bool gnu, bool compress, bool report_verbose) argument
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 187 milliseconds