Lines Matching refs:elf

4 Subject: [PATCH] kexec-elf-rel: use our elf.h
8 kexec-elf-rel.c: In function 'elf_rel_load':
9 kexec-elf-rel.c:386:39: error: 'STT_NOTYPE' undeclared
17 kexec/arch/arm/kexec-elf-rel-arm.c | 2 +-
18 kexec/arch/i386/kexec-elf-rel-x86.c | 2 +-
19 kexec/arch/ppc/kexec-elf-rel-ppc.c | 2 +-
20 kexec/arch/ppc64/kexec-elf-rel-ppc64.c | 2 +-
21 kexec/arch/x86_64/kexec-elf-rel-x86_64.c | 2 +-
22 kexec/kexec-elf-rel.c | 2 +-
25 diff --git a/kexec/arch/arm/kexec-elf-rel-arm.c b/kexec/arch/arm/kexec-elf-rel-arm.c
27 --- a/kexec/arch/arm/kexec-elf-rel-arm.c
28 +++ b/kexec/arch/arm/kexec-elf-rel-arm.c
31 -#include <elf.h>
32 +#include "../../../include/elf.h"
34 #include "../../kexec-elf.h"
36 diff --git a/kexec/arch/i386/kexec-elf-rel-x86.c b/kexec/arch/i386/kexec-elf-rel-x86.c
38 --- a/kexec/arch/i386/kexec-elf-rel-x86.c
39 +++ b/kexec/arch/i386/kexec-elf-rel-x86.c
42 -#include <elf.h>
43 +#include "../../../include/elf.h"
45 #include "../../kexec-elf.h"
47 diff --git a/kexec/arch/ppc/kexec-elf-rel-ppc.c b/kexec/arch/ppc/kexec-elf-rel-ppc.c
49 --- a/kexec/arch/ppc/kexec-elf-rel-ppc.c
50 +++ b/kexec/arch/ppc/kexec-elf-rel-ppc.c
53 -#include <elf.h>
54 +#include "../../../include/elf.h"
56 #include "../../kexec-elf.h"
58 diff --git a/kexec/arch/ppc64/kexec-elf-rel-ppc64.c b/kexec/arch/ppc64/kexec-elf-rel-ppc64.c
60 --- a/kexec/arch/ppc64/kexec-elf-rel-ppc64.c
61 +++ b/kexec/arch/ppc64/kexec-elf-rel-ppc64.c
64 -#include <elf.h>
65 +#include "../../../include/elf.h"
68 #include "../../kexec-elf.h"
69 diff --git a/kexec/arch/x86_64/kexec-elf-rel-x86_64.c b/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
71 --- a/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
72 +++ b/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
75 -#include <elf.h>
76 +#include "../../../include/elf.h"
78 #include "../../kexec-elf.h"
80 diff --git a/kexec/kexec-elf-rel.c b/kexec/kexec-elf-rel.c
82 --- a/kexec/kexec-elf-rel.c
83 +++ b/kexec/kexec-elf-rel.c
88 -#include "elf.h"
89 +#include "../include/elf.h"
92 #include "kexec-elf.h"