File: libelf.pro

package info (click to toggle)
qtrvsim 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,844 kB
  • sloc: cpp: 25,687; ansic: 7,754; makefile: 318; python: 303; sh: 278; asm: 268; xml: 9
file content (85 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
QT -= gui

TARGET = elf
CONFIG += c++11

TEMPLATE = lib
CONFIG += staticlib

INCLUDEPATH += $$PWD

#LIBS += -lelf
QMAKE_CXXFLAGS += -std=c++0x
QMAKE_CXXFLAGS_DEBUG += -ggdb

DEFINES += HAVE_CONFIG_H=1

SOURCES += \
    32.fsize.c \
    32.getehdr.c \
    32.getphdr.c \
    32.getshdr.c \
    32.newehdr.c \
    32.newphdr.c \
    32.xlatetof.c \
    64.xlatetof.c \
    assert.c \
    begin.c \
    checksum.c \
    cntl.c \
    cook.c \
    data.c \
    end.c \
    errmsg.c \
    errno.c \
    fill.c \
    flag.c \
    gelfehdr.c \
    gelfphdr.c \
    gelfshdr.c \
    gelftrans.c \
    getarhdr.c \
    getaroff.c \
    getarsym.c \
    getbase.c \
    getdata.c \
    getident.c \
    getscn.c \
    hash.c \
    input.c \
    kind.c \
    ndxscn.c \
    newdata.c \
    newscn.c \
    next.c \
    nextscn.c \
    nlist.c \
    opt.delscn.c \
    rand.c \
    rawdata.c \
    rawfile.c \
    strptr.c \
    swap64.c \
    update.c \
    verdef_32_tof.c \
    verdef_32_tom.c \
    verdef_64_tof.c \
    verdef_64_tom.c \
    version.c \
    x.elfext.c \
    x.movscn.c \
    x.remscn.c \

HEADERS += \
	byteswap.h \
	config.h \
	elf_repl.h \
	errors.h \
	ext_types.h \
	gelf.h \
	libelf.h \
	nlist.h \
	private.h \
	verdef.h \
	verneed.h \
	sys_elf.h \