tag | line | file | source code |
notes | 1815 | drivers/sound/sequencer.c | int notes[] = |
notes | 1826 | drivers/sound/sequencer.c | note_freq = notes[note]; |
notes | 911 | fs/binfmt_elf.c | struct memelfnote notes[4]; |
notes | 1005 | fs/binfmt_elf.c | notes[0].name = "CORE"; |
notes | 1006 | fs/binfmt_elf.c | notes[0].type = NT_PRSTATUS; |
notes | 1007 | fs/binfmt_elf.c | notes[0].datasz = sizeof(prstatus); |
notes | 1008 | fs/binfmt_elf.c | notes[0].data = &prstatus; |
notes | 1037 | fs/binfmt_elf.c | notes[1].name = "CORE"; |
notes | 1038 | fs/binfmt_elf.c | notes[1].type = NT_PRPSINFO; |
notes | 1039 | fs/binfmt_elf.c | notes[1].datasz = sizeof(psinfo); |
notes | 1040 | fs/binfmt_elf.c | notes[1].data = &psinfo; |
notes | 1066 | fs/binfmt_elf.c | notes[2].name = "CORE"; |
notes | 1067 | fs/binfmt_elf.c | notes[2].type = NT_TASKSTRUCT; |
notes | 1068 | fs/binfmt_elf.c | notes[2].datasz = sizeof(*current); |
notes | 1069 | fs/binfmt_elf.c | notes[2].data = current; |
notes | 1079 | fs/binfmt_elf.c | notes[3].name = "CORE"; |
notes | 1080 | fs/binfmt_elf.c | notes[3].type = NT_PRFPREG; |
notes | 1081 | fs/binfmt_elf.c | notes[3].datasz = sizeof(fpu); |
notes | 1082 | fs/binfmt_elf.c | notes[3].data = &fpu; |
notes | 1091 | fs/binfmt_elf.c | sz += notesize(¬es[i]); |
notes | 1137 | fs/binfmt_elf.c | if (!writenote(¬es[i], &file)) |