Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dfbsd-nat.c133 fbsd_make_corefile_notes (bfd *obfd, int *note_size) in fbsd_make_corefile_notes()
H A Dlinux-nat.c2474 char *note_data, int *note_size) in linux_nat_do_thread_registers()
2509 int *note_size; member
2542 char *note_data, int *note_size) in linux_nat_do_registers()
2559 linux_nat_make_corefile_notes (bfd *obfd, int *note_size) in linux_nat_make_corefile_notes()
H A Dgcore.c49 int note_size = 0; in gcore_command() local
H A Dexec.c756 exec_make_note_section (bfd *obfd, int *note_size) in exec_make_note_section()
H A Dprocfs.c6031 char *note_data, int *note_size) in procfs_do_thread_registers()
6067 int *note_size; member
6088 procfs_make_note_section (bfd *obfd, int *note_size) in procfs_make_note_section()
6162 procfs_make_note_section (bfd *obfd, int *note_size) in procfs_make_note_section()
H A Dsol-thread.c1519 sol_make_note_section (bfd *obfd, int *note_size) in sol_make_note_section()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp584 size_t note_size = llvm::alignTo(note.n_descsz, 4); in parseSegment() local