Lines Matching refs:rela
207 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
212 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
217 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
221 for (; n > 0; n--, rela++) in count_stubs()
223 switch (ELF32_R_TYPE(rela->r_info)) { in count_stubs()
233 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
237 for (; n > 0; n--, rela++) in count_gots()
239 switch (ELF64_R_TYPE(rela->r_info)) { in count_gots()
250 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
254 for (; n > 0; n--, rela++) in count_fdescs()
256 switch (ELF64_R_TYPE(rela->r_info)) { in count_fdescs()
265 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
269 for (; n > 0; n--, rela++) in count_stubs()
271 switch (ELF64_R_TYPE(rela->r_info)) { in count_stubs()