Lines Matching refs:rela
228 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
233 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
238 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
242 for (; n > 0; n--, rela++) in count_stubs()
244 switch (ELF32_R_TYPE(rela->r_info)) { in count_stubs()
254 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
258 for (; n > 0; n--, rela++) in count_gots()
260 switch (ELF64_R_TYPE(rela->r_info)) { in count_gots()
271 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
275 for (; n > 0; n--, rela++) in count_fdescs()
277 switch (ELF64_R_TYPE(rela->r_info)) { in count_fdescs()
286 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
290 for (; n > 0; n--, rela++) in count_stubs()
292 switch (ELF64_R_TYPE(rela->r_info)) { in count_stubs()