| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | elf.c | 11201 const char *note_name = "CORE"; in elfcore_write_lwpstatus() local 11217 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_lwpstatus() 11231 const char *note_name = "CORE"; in elfcore_write_pstatus() local 11241 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus() 11252 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus() 11266 const char *note_name = "CORE"; in elfcore_write_prfpreg() local 11268 note_name, NT_FPREGSET, fpregs, size); in elfcore_write_prfpreg() 11278 char *note_name = "LINUX"; in elfcore_write_prxfpreg() local 11280 note_name, NT_PRXFPREG, xfpregs, size); in elfcore_write_prxfpreg() 11287 char *note_name; in elfcore_write_xstatereg() local [all …]
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | elf.c | 10202 const char *note_name = "CORE"; in elfcore_write_lwpstatus() local 10218 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_lwpstatus() 10232 const char *note_name = "CORE"; in elfcore_write_pstatus() local 10242 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus() 10253 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus() 10267 const char *note_name = "CORE"; in elfcore_write_prfpreg() local 10269 note_name, NT_FPREGSET, fpregs, size); in elfcore_write_prfpreg() 10279 char *note_name = "LINUX"; in elfcore_write_prxfpreg() local 10281 note_name, NT_PRXFPREG, xfpregs, size); in elfcore_write_prxfpreg() 10288 char *note_name; in elfcore_write_xstatereg() local [all …]
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | elf.c | 9283 const char *note_name = "CORE"; in elfcore_write_lwpstatus() local 9299 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_lwpstatus() 9313 const char *note_name = "CORE"; in elfcore_write_pstatus() local 9323 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus() 9334 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus() 9348 const char *note_name = "CORE"; in elfcore_write_prfpreg() local 9350 note_name, NT_FPREGSET, fpregs, size); in elfcore_write_prfpreg() 9360 char *note_name = "LINUX"; in elfcore_write_prxfpreg() local 9362 note_name, NT_PRXFPREG, xfpregs, size); in elfcore_write_prxfpreg() 9369 char *note_name = "LINUX"; in elfcore_write_xstatereg() local [all …]
|
| /dragonfly/sys/kern/ |
| HD | imgact_elf.c | 1727 const char *note_name; in check_PT_NOTE() local 1784 note_name = (const char *)(note + 1); in check_PT_NOTE() 1789 && (strncmp(checknote->vendor, note_name, in check_PT_NOTE()
|
| /dragonfly/libexec/rtld-elf/ |
| HD | rtld.c | 1415 const char *note_name; in digest_notes() local 1428 note_name = (const char *)(note + 1); in digest_notes() 1429 if (strncmp(NOTE_VENDOR, note_name, sizeof(NOTE_VENDOR)) != 0) in digest_notes()
|