Searched refs:reloc_data (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | module.c | 96 static int reloc_data(enum aarch64_reloc_op op, void *place, u64 val, int len) in reloc_data() function 303 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64); in apply_relocate_add() 306 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32); in apply_relocate_add() 309 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16); in apply_relocate_add() 313 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64); in apply_relocate_add() 316 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32); in apply_relocate_add() 319 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16); in apply_relocate_add()
|
/linux-6.3-rc2/tools/objtool/include/objtool/ |
A D | elf.h | 42 struct reloc *reloc_data; member
|
/linux-6.3-rc2/tools/objtool/ |
A D | elf.c | 921 sec->reloc_data = calloc(sec->sh.sh_size / sec->sh.sh_entsize, sizeof(*reloc)); in read_relocs() 922 if (!sec->reloc_data) { in read_relocs() 927 reloc = &sec->reloc_data[i]; in read_relocs() 1462 free(sec->reloc_data); in elf_close()
|
Completed in 7 milliseconds