Home | History | Annotate | Download | only in libpp

Lines Matching defs:binary

630 		// set begin symbol for binary if not set
639 // add symbol count to binary count
646 // we have a module distinct from it's binary: --separate=lib
655 // mark end of enclosing binary symbols if there have been any
656 // NOTE: it is possible for the binary's symbols to follow its
678 string binary = get_image_name((*it)->app_name,
683 if (binary != current_binary_name) {
684 current_binary = binaries_root.add_binary(binary, it);
685 current_binary_name = binary;
688 current_binary->add_module_symbol(module, binary, it);
691 // close out last binary
726 string binary = get_image_name((*it)->app_name,
731 processes_root.add_modules(module, binary, it);
775 out << open_element(BINARY, true);
783 out << close_element(BINARY);
792 // close out previous binary and module