Searched refs:Elf_Rel (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/scripts/ |
H A D | recordmcount.h | 42 #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 …]
|
H A D | sorttable.h | 29 #undef Elf_Rel 54 # define Elf_Rel Elf64_Rel macro 78 # define Elf_Rel Elf32_Rel macro 275 Elf_Rel *relocs = NULL; in do_sort()
|
/openbmc/linux/include/asm-generic/ |
H A D | module.h | 23 #define Elf_Rel Elf64_Rel macro 40 #define Elf_Rel Elf32_Rel macro
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 43 Elf_Rel *reltab; 580 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs() 581 Elf_Rel *rel = &sec->reltab[j]; in read_relocs() 666 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs() 667 Elf_Rel *rel; in print_absolute_relocs() 729 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs() 760 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs() 761 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs() 845 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64() 935 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32() [all …]
|
H A D | relocs_64.c | 9 #define Elf_Rel Elf64_Rela macro
|
H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel) macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | module.h | 43 #define Elf_Rel Elf32_Rel macro 61 #define Elf_Rel Elf64_Rel macro
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 28 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()
|
H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel) macro
|
H A D | relocs_64.c | 9 #define Elf_Rel Elf64_Rela macro
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.h | 34 #define Elf_Rel Elf32_Rel macro 48 #define Elf_Rel Elf64_Rel macro
|
H A D | modpost.c | 1469 Elf_Rel *rel; in section_rel() 1472 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel() 1473 Elf_Rel *stop = (void *)start + sechdr->sh_size; in section_rel()
|