PIPS
comp_sections.c
Go to the documentation of this file.
1 /*
2 
3  $Id: comp_sections.c 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 #ifdef HAVE_CONFIG_H
25  #include "pips_config.h"
26 #endif
27 /*{{{ includes*/
28 #include "all.h"
29 /*}}}*/
30 
32 {
33  /*comp_global_regions(module_name);*/
34  DB_PUT_MEMORY_RESOURCE(DBR_SUMMARY_COMPSEC,
36  (char*) make_comp_desc_set(NIL));
37  return(true);
38 }
39 
41 {
43  return(true);
44 }
45 
47 {
49  return(true);
50 }
51 
comp_desc_set make_comp_desc_set(list a)
Definition: compsec.c:138
bool print_code_complementary_sections(const char *module_name)
Definition: comp_sections.c:46
bool summary_complementary_sections(const char *module_name)
{{ includes
Definition: comp_sections.c:31
bool complementary_sections(const char *module_name)
Definition: comp_sections.c:40
bool print_code_comp_regions(const char *)
bool comp_regions(const char *)
}}}
Definition: propagate.c:87
const char * module_name(const char *s)
Return the module part of an entity name.
Definition: entity_names.c:296
#define NIL
The empty list (nil in Lisp)
Definition: newgen_list.h:47
#define DB_PUT_MEMORY_RESOURCE(res_name, own_name, res_val)
conform to old interface.
Definition: pipsdbm-local.h:66
char * strdup()