Searched refs:targsec (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 665 struct obj_section *targsec, 796 struct obj_section *targsec, in arch_apply_relocation() argument 807 ElfW(Addr) *loc = (ElfW(Addr) *) (targsec->contents + rel->r_offset); in arch_apply_relocation() 812 ElfW(Addr) dot = targsec->header.sh_addr + rel->r_offset; in arch_apply_relocation() 3090 struct obj_section *relsec, *symsec, *targsec, *strsec; in obj_relocate() local 3100 targsec = f->sections[relsec->header.sh_info]; in obj_relocate() 3150 (f, targsec, /*symsec,*/ intsym, rel, value) in obj_relocate() 3188 struct obj_section *targsec = f->sections[p->reloc_secidx]; in obj_relocate() local 3189 *(ElfW(Addr) *) (targsec->contents + p->reloc_offset) in obj_relocate() 3198 struct obj_section *targsec = f->sections[p->reloc_secidx]; in obj_relocate() local [all …]
|