Searched defs:note_size (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | fbsd-nat.c | 133 fbsd_make_corefile_notes (bfd *obfd, int *note_size) in fbsd_make_corefile_notes()
|
H A D | linux-nat.c | 2474 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 D | gcore.c | 49 int note_size = 0; in gcore_command() local
|
H A D | exec.c | 756 exec_make_note_section (bfd *obfd, int *note_size) in exec_make_note_section()
|
H A D | procfs.c | 6031 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 D | sol-thread.c | 1519 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 D | ProcessElfCore.cpp | 584 size_t note_size = llvm::alignTo(note.n_descsz, 4); in parseSegment() local
|