[LIB]: Rename classes.[ch] to dwarves.[ch]

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-01-11 16:07:05 -02:00
parent 7339f61868
commit 30b6aa2f73
9 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@ SET(CMAKE_BUILD_TYPE debug)
find_package(DWARF REQUIRED)
SET(dwarves_LIB_SRCS classes.c)
SET(dwarves_LIB_SRCS dwarves.c)
ADD_LIBRARY(dwarves SHARED ${dwarves_LIB_SRCS})
SET_TARGET_PROPERTIES(dwarves PROPERTIES VERSION 1.0.0 SOVERSION 1)

View File

@ -14,7 +14,7 @@
#include <stdlib.h>
#include <string.h>
#include "classes.h"
#include "dwarves.h"
static struct option long_options[] = {
{ "help", no_argument, NULL, 'h' },

View File

@ -13,7 +13,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include "classes.h"
#include "dwarves.h"
static struct cus *cus;
static struct cus *kprobes_cus;

View File

@ -11,7 +11,7 @@
#include <stdlib.h>
#include <malloc.h>
#include "classes.h"
#include "dwarves.h"
static void print_malloc_stats(void)
{

View File

@ -21,7 +21,7 @@
#include <unistd.h>
#include "list.h"
#include "classes.h"
#include "dwarves.h"
static const char *dwarf_tag_names[] = {
[DW_TAG_array_type] = "array_type",

View File

@ -14,7 +14,7 @@
#include <stdlib.h>
#include <string.h>
#include "classes.h"
#include "dwarves.h"
static char *class__exclude_prefix;
static size_t class__exclude_prefix_len;

View File

@ -13,7 +13,7 @@
#include <stdlib.h>
#include <string.h>
#include "classes.h"
#include "dwarves.h"
static int verbose;
static int show_inline_expansions;

View File

@ -14,7 +14,7 @@
#include <stdlib.h>
#include <string.h>
#include "classes.h"
#include "dwarves.h"
static struct option long_options[] = {
{ "help", no_argument, NULL, 'h' },