Searched refs:section_size (Results 1 – 1 of 1) sorted by relevance
406 static void __init unapply_text_relocations(void *section, int section_size, in unapply_text_relocations() argument412 BUG_ON(rela->r_offset >= section_size); in unapply_text_relocations()451 static void __init unapply_rodata_relocations(void *section, int section_size, in unapply_rodata_relocations() argument457 BUG_ON(rela->r_offset >= section_size); in unapply_rodata_relocations()488 static void __init unapply_scs_patch(void *section, int section_size) in unapply_scs_patch() argument494 for (i = 0; i < section_size / sizeof(insns[0]); i++) { in unapply_scs_patch()