Searched refs:note_name (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf.c | 8302 const char *note_name = "CORE"; in elfcore_write_prpsinfo() local 8329 note_name, note_type, &data, sizeof (data)); in elfcore_write_prpsinfo() 8360 const char *note_name = "CORE"; in elfcore_write_prstatus() local 8410 const char *note_name = "CORE"; in elfcore_write_lwpstatus() local 8440 const char *note_name = "CORE"; in elfcore_write_pstatus() local 8475 const char *note_name = "CORE"; in elfcore_write_prfpreg() local 8477 note_name, NT_FPREGSET, fpregs, size); in elfcore_write_prfpreg() 8488 char *note_name = "CORE"; in elfcore_write_thrmisc() local 8490 note_name, NT_THRMISC, tname, size); in elfcore_write_thrmisc() 8503 char *note_name = "LINUX"; in elfcore_write_prxfpreg() local [all …]
|
| H A D | ChangeLog | 1647 (elfcore_write_lwpstatus): Make note_name const.
|
| /freebsd-12.1/sys/kern/ |
| H A D | imgact_elf.c | 2535 const char *note_name; in __elfN() local 2577 note_name = (const char *)(note + 1); in __elfN() 2578 if (note_name + checknote->n_namesz >= in __elfN() 2580 note_name, checknote->n_namesz) != 0) in __elfN()
|
| /freebsd-12.1/libexec/rtld-elf/ |
| H A D | rtld.c | 1471 const char *note_name; in digest_notes() local 1485 note_name = (const char *)(note + 1); in digest_notes() 1486 if (strncmp(NOTE_FREEBSD_VENDOR, note_name, in digest_notes()
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 345 static const char *note_type(const char *note_name, unsigned int et,
|