Elf: Drop never used SOC helper

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2010-04-09 14:21:45 +04:00
parent 376b8106d2
commit 6620d1aa6d
2 changed files with 0 additions and 4 deletions

View File

@ -124,8 +124,6 @@ static uint8_t elf_abiver = 0; /* Current ABI version */
extern struct ofmt of_elf32;
extern struct ofmt of_elf;
#define SOC(ln,aa) ln - line_base + (line_range * aa) + opcode_base
static struct ELF_SECTDATA {
void *data;
int32_t len;

View File

@ -60,8 +60,6 @@
#ifdef OF_ELF64
#define SOC(ln,aa) ln - line_base + (line_range * aa) + opcode_base
struct Reloc {
struct Reloc *next;
int64_t address; /* relative to _start_ of section */