Symbol: Elf_Rela
arch/loongarch/kernel/module-sections.c
140
int num_rela = sechdrs[i].sh_size / sizeof(Elf_Rela);
arch/loongarch/kernel/module-sections.c
141
Elf_Rela *relas = (void *)ehdr + sechdrs[i].sh_offset;
arch/loongarch/kernel/module-sections.c
70
const Elf_Rela *rela_x = x, *rela_y = y;
arch/loongarch/kernel/module-sections.c
79
static void count_max_entries(Elf_Rela *relas, int num,
arch/loongarch/kernel/module-sections.c
84
sort(relas, num, sizeof(Elf_Rela), compare_rela, NULL);
arch/loongarch/kernel/module.c
486
Elf_Rela *rel = (void *) sechdrs[relsec].sh_addr;
arch/parisc/kernel/module.c
176
static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n)
arch/parisc/kernel/module.c
181
static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n)
arch/parisc/kernel/module.c
186
static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n)
arch/parisc/kernel/module.c
202
static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n)
arch/parisc/kernel/module.c
219
static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n)
arch/parisc/kernel/module.c
234
static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n)
arch/parisc/kernel/module.c
282
const Elf_Rela *rels = (void *)sechdrs[i].sh_addr;
arch/riscv/kernel/module-sections.c
103
static bool rela_needs_plt_got_entry(const Elf_Rela *rela)
arch/riscv/kernel/module-sections.c
121
Elf_Rela *scratch = NULL;
arch/riscv/kernel/module-sections.c
122
Elf_Rela *new_scratch;
arch/riscv/kernel/module-sections.c
153
size_t num_relas = sechdrs[i].sh_size / sizeof(Elf_Rela);
arch/riscv/kernel/module-sections.c
154
Elf_Rela *relas = (void *)ehdr + sechdrs[i].sh_offset;
arch/riscv/kernel/module-sections.c
63
const Elf_Rela *x = a, *y = b;
arch/riscv/kernel/module-sections.c
73
static bool duplicate_rela(const Elf_Rela *rela, int idx)
arch/riscv/kernel/module-sections.c
82
static void count_max_entries(const Elf_Rela *relas, size_t num,
arch/riscv/kernel/module.c
770
Elf_Rela *rel = (void *) sechdrs[relsec].sh_addr;
arch/riscv/mm/init.c
321
Elf_Rela *rela = (Elf_Rela *)&__rela_dyn_start;
arch/riscv/mm/init.c
333
for ( ; rela < (Elf_Rela *)&__rela_dyn_end; rela++) {
arch/s390/kernel/machine_kexec_file.c
318
Elf_Rela *relas;
arch/s390/kernel/module.c
113
Elf_Rela *rela;
arch/s390/kernel/module.c
156
nrela = sechdrs[i].sh_size / sizeof(Elf_Rela);
arch/s390/kernel/module.c
224
static int apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab,
arch/s390/kernel/module.c
436
Elf_Rela *rela;
arch/s390/kernel/module.c
444
rela = (Elf_Rela *) sechdrs[relsec].sh_addr;
arch/s390/kernel/module.c
445
n = sechdrs[relsec].sh_size / sizeof(Elf_Rela);
arch/s390/kernel/module.c
59
static void check_rela(Elf_Rela *rela, struct module *me)
arch/sparc/kernel/module.c
58
Elf_Rela *rel = (void *)sechdrs[relsec].sh_addr;
kernel/livepatch/core.c
203
Elf_Rela *relas;
kernel/livepatch/core.c
221
relas = (Elf_Rela *) relasec->sh_addr;
kernel/livepatch/core.c
223
for (i = 0; i < relasec->sh_size / sizeof(Elf_Rela); i++) {
scripts/elf-parse.h
221
static inline uint64_t rela64_##fn_name(Elf_Rela *rela) \
scripts/elf-parse.h
226
static inline uint64_t rela32_##fn_name(Elf_Rela *rela) \
scripts/elf-parse.h
231
static inline uint64_t __maybe_unused rela_##fn_name(Elf_Rela *rela) \
scripts/elf-parse.h
240
static inline void rela64_write_addend(Elf_Rela *rela, uint64_t val)
scripts/elf-parse.h
245
static inline void rela32_write_addend(Elf_Rela *rela, uint64_t val)
scripts/elf-parse.h
47
uint64_t (*rela_offset)(Elf_Rela *rela);
scripts/elf-parse.h
48
uint64_t (*rela_info)(Elf_Rela *rela);
scripts/elf-parse.h
49
uint64_t (*rela_addend)(Elf_Rela *rela);
scripts/elf-parse.h
50
void (*rela_write_addend)(Elf_Rela *rela, uint64_t val);
scripts/mod/modpost.c
1342
const Elf_Rela *start, const Elf_Rela *stop)
scripts/mod/modpost.c
1344
const Elf_Rela *rela;
scripts/recordmcount.h
269
char const *mc_name = (sizeof(Elf_Rela) == rel_entsize)
scripts/recordmcount.h
307
mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel")
scripts/recordmcount.h
322
mcsec.sh_type = (sizeof(Elf_Rela) == rel_entsize)
scripts/recordmcount.h
432
if (rel_entsize == sizeof(Elf_Rela)) {
scripts/recordmcount.h
433
((Elf_Rela *)mrelp)->r_addend = addend;
scripts/sorttable.c
245
static void rela_write_addend(Elf_Rela *rela, uint64_t val)
scripts/sorttable.c
363
Elf_Rela *rel;
scripts/sorttable.c
420
Elf_Rela *rel;