Home
last modified time | relevance | path

Searched defs:note_size (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dfbsd-proc.c121 fbsd_make_corefile_notes (bfd *obfd, int *note_size) in fbsd_make_corefile_notes()
Dgcore.c49 int note_size = 0; in gcore_command() local
Dexec.c758 exec_make_note_section (bfd *obfd, int *note_size) in exec_make_note_section()
Dprocfs.c5823 char *note_data, int *note_size) in procfs_do_thread_registers()
5859 int *note_size; member
5880 procfs_make_note_section (bfd *obfd, int *note_size) in procfs_make_note_section()
5954 procfs_make_note_section (bfd *obfd, int *note_size) in procfs_make_note_section()
Dsol-thread.c1556 sol_make_note_section (bfd *obfd, int *note_size) in sol_make_note_section()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp521 size_t note_size = llvm::alignTo(note.n_descsz, 4); in parseSegment() local