Home
last modified time | relevance | path

Searched refs:r_typ (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c1757 unsigned int r_typ = ELF_R_TYPE(r->r_info); in addend_386_rel() local
1760 switch (r_typ) { in addend_386_rel()
1800 unsigned int r_typ = ELF_R_TYPE(r->r_info); in addend_arm_rel() local
1806 switch (r_typ) { in addend_arm_rel()
1834 unsigned int r_typ = ELF_R_TYPE(r->r_info); in addend_mips_rel() local
1838 if (r_typ == R_MIPS_HI16) in addend_mips_rel()
1841 switch (r_typ) { in addend_mips_rel()
1885 unsigned int r_typ; in section_rela() local
1888 r_typ = ELF64_MIPS_R_TYPE(rela->r_info); in section_rela()
1889 r.r_info = ELF64_R_INFO(r_sym, r_typ); in section_rela()
1938 unsigned int r_typ; section_rel() local
[all...]

Completed in 5 milliseconds