Lines Matching refs:rela
188 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
193 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
198 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
202 for (; n > 0; n--, rela++) in count_stubs()
204 switch (ELF32_R_TYPE(rela->r_info)) { in count_stubs()
214 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
218 for (; n > 0; n--, rela++) in count_gots()
220 switch (ELF64_R_TYPE(rela->r_info)) { in count_gots()
231 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
235 for (; n > 0; n--, rela++) in count_fdescs()
237 switch (ELF64_R_TYPE(rela->r_info)) { in count_fdescs()
246 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
250 for (; n > 0; n--, rela++) in count_stubs()
252 switch (ELF64_R_TYPE(rela->r_info)) { in count_stubs()