Home
last modified time | relevance | path

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

/scripts/
Drecordmcount.h37 #undef Elf_Rel
71 # define Elf_Rel Elf64_Rel macro
104 # define Elf_Rel Elf32_Rel macro
122 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount()
126 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;
128 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM()
132 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
134 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()
138 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
163 static int MIPS_is_fake_mcount(Elf_Rel const *rp) in MIPS_is_fake_mcount()
[all …]
Dsortextable.h19 #undef Elf_Rel
41 # define Elf_Rel Elf64_Rel macro
62 # define Elf_Rel Elf32_Rel macro
103 Elf_Rel *relocs = NULL; in do_func()
/scripts/mod/
Dmodpost.h32 #define Elf_Rel Elf32_Rel macro
47 #define Elf_Rel Elf64_Rel macro
Dmodpost.c1913 Elf_Rel *rel; in section_rel()
1918 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel()
1919 Elf_Rel *stop = (void *)start + sechdr->sh_size; in section_rel()