Lines Matching refs:sec
6874 kernel_section_t * sec = NULL; in lookupSection() local
6887 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) { in lookupSection()
6888 if (0 == strncmp(sec->sectname, secname, sizeof(sec->sectname))) { in lookupSection()
6889 found_section = sec; in lookupSection()
6910 kernel_section_t * sec = NULL; in slidePrelinkedExecutable() local
6962 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) { in slidePrelinkedExecutable()
6963 sec->addr = ml_static_slide(sec->addr); in slidePrelinkedExecutable()
6967 sec->sectname, in slidePrelinkedExecutable()
6968 (unsigned long)ml_static_unslide(sec->addr), in slidePrelinkedExecutable()
6969 (unsigned long)sec->addr); in slidePrelinkedExecutable()
7721 kernel_section_t * sec, * lastSec; local
7740 sec = firstsect(dataSeg);
7741 while (sec != NULL) {
7742 lastSec = sec;
7743 sec = nextsect(dataSeg, sec);