Searched refs:relsec (Results 1 – 1 of 1) sorted by relevance
1778 struct obj_section *relsec, *symsec, *strsec; in arch_create_got() local1785 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() local3095 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 …]