tag | line | file | source code |
---|---|---|---|
s_scnptr | 84 | fs/binfmt_coff.c | long scnptr = COFF_LONG (sect->s_scnptr); |
s_scnptr | 398 | fs/binfmt_coff.c | long text_scnptr = COFF_LONG (text_sect->s_scnptr); |
s_scnptr | 412 | fs/binfmt_coff.c | data_scnptr = COFF_LONG (data_sect->s_scnptr); |
s_scnptr | 655 | fs/binfmt_coff.c | COFF_LONG (sect->s_scnptr), /* Disk location */ |
s_scnptr | 158 | include/linux/coff.h | char s_scnptr[4]; /* file ptr to raw data for section */ |