Lines Matching refs:rela
176 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
181 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
186 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
190 for (; n > 0; n--, rela++) in count_stubs()
192 switch (ELF32_R_TYPE(rela->r_info)) { in count_stubs()
202 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() argument
206 for (; n > 0; n--, rela++) in count_gots()
208 switch (ELF64_R_TYPE(rela->r_info)) { in count_gots()
219 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() argument
223 for (; n > 0; n--, rela++) in count_fdescs()
225 switch (ELF64_R_TYPE(rela->r_info)) { in count_fdescs()
234 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() argument
238 for (; n > 0; n--, rela++) in count_stubs()
240 switch (ELF64_R_TYPE(rela->r_info)) { in count_stubs()