Searched refs:note_name (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf.c8310 const char *note_name = "CORE";
8337 note_name, note_type, &data, sizeof (data));
8354 note_name, note_type, &data, sizeof (data));
8368 const char *note_name = "CORE";
8390 return elfcore_write_note (abfd, buf, bufsiz, note_name,
8402 return elfcore_write_note (abfd, buf, bufsiz, note_name,
8418 const char *note_name = "CORE";
8434 return elfcore_write_note (abfd, buf, bufsiz, note_name,
8448 const char *note_name = "CORE";
8458 buf = elfcore_write_note (abfd, buf, bufsiz, note_name,
8302 const char *note_name = "CORE"; local
8360 const char *note_name = "CORE"; local
8410 const char *note_name = "CORE"; local
8440 const char *note_name = "CORE"; local
8475 const char *note_name = "CORE"; local
8488 char *note_name = "CORE"; local
8503 char *note_name = "LINUX"; local
[all...]
/freebsd-10.1-release/sys/kern/
H A Dimgact_elf.c1976 const char *note_name; local
1994 note_name = (const char *)(note + 1);
1995 if (note_name + checknote->hdr.n_namesz >=
1997 note_name, checknote->hdr.n_namesz) != 0)
/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld.c1309 const char *note_name; local
1322 note_name = (const char *)(note + 1);
1323 if (strncmp(NOTE_FREEBSD_VENDOR, note_name,

Completed in 266 milliseconds