Searched refs:Elf_Rel (Results 1 – 4 of 4) sorted by relevance
42 #undef Elf_Rel81 # define Elf_Rel Elf64_Rel macro119 # define Elf_Rel Elf32_Rel macro137 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount()141 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;143 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM()147 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;149 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()153 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;178 static int MIPS_is_fake_mcount(Elf_Rel const *rp) in MIPS_is_fake_mcount()[all …]
29 #undef Elf_Rel54 # define Elf_Rel Elf64_Rel macro78 # define Elf_Rel Elf32_Rel macro278 Elf_Rel *relocs = NULL; in do_sort()
35 #define Elf_Rel Elf32_Rel macro49 #define Elf_Rel Elf64_Rel macro
1385 const Elf_Rel *start, const Elf_Rel *stop) in section_rel()1387 const Elf_Rel *rel; in section_rel()