Searched refs:cflags (Results 1 - 3 of 3) sorted by relevance
| /openjdk7/jdk/make/ |
| H A D | jdk_generic_profile.sh | 318 LIBFFI_CFLAGS=$("${pkgconfig}" --cflags libffi) 388 ZLIB_CFLAGS=$("${pkgconfig}" --cflags zlib)
|
| /openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/ |
| H A D | unpack.h | 449 int& cflags);
|
| H A D | unpack.cpp | 2687 int& cflags) { 2690 max_stack = max_na_locals = handler_count = cflags = -1; 2714 cflags = -1; 2716 cflags = 0; // this one has no attributes 2726 int max_stack, max_locals, handler_count, cflags; 2727 get_code_header(max_stack, max_locals, handler_count, cflags); 2732 if (cflags < 0) totalFlagsCount += 1; 4022 int max_stack, max_locals, handler_count, cflags; 4023 get_code_header(max_stack, max_locals, handler_count, cflags); 4057 julong indexBits = cflags; 2684 get_code_header(int& max_stack, int& max_na_locals, int& handler_count, int& cflags) argument [all...] |
Completed in 82 milliseconds