Home
last modified time | relevance | path

Searched refs:relsec (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/modutils/
Dmodutils-24.c1778 struct obj_section *relsec, *symsec, *strsec; in arch_create_got() local
1785 relsec = f->sections[i]; in arch_create_got()
1786 if (relsec->header.sh_type != SHT_RELM) in arch_create_got()
1789 symsec = f->sections[relsec->header.sh_link]; in arch_create_got()
1792 rel = (ElfW(RelM) *) relsec->contents; in arch_create_got()
1793 relend = rel + (relsec->header.sh_size / sizeof(ElfW(RelM))); in arch_create_got()
3090 struct obj_section *relsec, *symsec, *targsec, *strsec; in obj_relocate() local
3095 relsec = f->sections[i]; in obj_relocate()
3096 if (relsec->header.sh_type != SHT_RELM) in obj_relocate()
3099 symsec = f->sections[relsec->header.sh_link]; in obj_relocate()
[all …]