Home
last modified time | relevance | path

Searched refs:Elf_Rel (Results 1 – 12 of 12) sorted by relevance

/linux/scripts/
A Drecordmcount.h42 #undef Elf_Rel
81 # define Elf_Rel Elf64_Rel macro
119 # define Elf_Rel Elf32_Rel macro
376 Elf_Rel const **relp) in get_sym_str_and_relp()
383 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) in get_sym_str_and_relp()
410 Elf_Rel *mrelp = *mrelpp; in sift_rel_mcount()
413 Elf_Rel const *relp; in sift_rel_mcount()
459 Elf_Rel const *relp; in nop_mcount()
493 Elf_Rel rel; in nop_mcount()
625 Elf_Rel * mrel0; in do_func()
[all …]
A Dsorttable.h26 #undef Elf_Rel
48 # define Elf_Rel Elf64_Rel macro
69 # define Elf_Rel Elf32_Rel macro
209 Elf_Rel *relocs = NULL; in do_sort()
/linux/arch/x86/tools/
A Drelocs.c43 Elf_Rel *reltab;
579 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
580 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
657 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs()
658 Elf_Rel *rel; in print_absolute_relocs()
720 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
742 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
743 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
827 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
917 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
[all …]
A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
A Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
/linux/include/asm-generic/
A Dmodule.h23 #define Elf_Rel Elf64_Rel macro
40 #define Elf_Rel Elf32_Rel macro
/linux/arch/mips/boot/tools/
A Drelocs.c28 Elf_Rel *reltab;
385 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
386 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
467 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
490 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
491 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc()
636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
A Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
/linux/arch/mips/include/asm/
A Dmodule.h43 #define Elf_Rel Elf32_Rel macro
61 #define Elf_Rel Elf64_Rel macro
/linux/scripts/mod/
A Dmodpost.h32 #define Elf_Rel Elf32_Rel macro
47 #define Elf_Rel Elf64_Rel macro
A Dmodpost.c1883 Elf_Rel *rel; in section_rel()
1888 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel()
1889 Elf_Rel *stop = (void *)start + sechdr->sh_size; in section_rel()

Completed in 28 milliseconds