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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c1154 struct obj_section *relsec, *symsec, *strsec; local
1161 relsec = f->sections[i];
1162 if (relsec->header.sh_type != SHT_RELM)
1165 symsec = f->sections[relsec->header.sh_link];
1168 rel = (ElfW(RelM) *) relsec->contents;
1169 relend = rel + (relsec->header.sh_size / sizeof(ElfW(RelM)));
2886 struct obj_section *relsec, *symsec, *targsec, *strsec; local
2891 relsec = f->sections[i];
2892 if (relsec->header.sh_type != SHT_RELM)
2895 symsec = f->sections[relsec
[all...]

Completed in 38 milliseconds