Lines Matching refs:rela
227 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
232 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
237 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
241 for (; n > 0; n--, rela++) in count_stubs()
243 switch (ELF32_R_TYPE(rela->r_info)) { in count_stubs()
253 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
257 for (; n > 0; n--, rela++) in count_gots()
259 switch (ELF64_R_TYPE(rela->r_info)) { in count_gots()
270 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
274 for (; n > 0; n--, rela++) in count_fdescs()
276 switch (ELF64_R_TYPE(rela->r_info)) { in count_fdescs()
285 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
289 for (; n > 0; n--, rela++) in count_stubs()
291 switch (ELF64_R_TYPE(rela->r_info)) { in count_stubs()