Lines Matching refs:nhdr
104 GElf_Nhdr nhdr; in core_next_thread() local
128 &nhdr, &name_offset, in core_next_thread()
132 const char *name = (nhdr.n_namesz == 0 in core_next_thread()
140 if (! ebl_core_note (core_arg->ebl, &nhdr, name, desc, in core_next_thread()
146 if (nhdr.n_type != NT_PRSTATUS) in core_next_thread()
174 GElf_Nhdr nhdr; in core_set_initial_registers() local
181 size_t getnote_err = gelf_getnote (note_data, offset, &nhdr, &name_offset, in core_set_initial_registers()
186 const char *name = (nhdr.n_namesz == 0 in core_set_initial_registers()
194 int core_note_err = ebl_core_note (core_arg->ebl, &nhdr, name, desc, in core_set_initial_registers()
199 assert (nhdr.n_type == NT_PRSTATUS); in core_set_initial_registers()
371 GElf_Nhdr nhdr; in dwfl_core_file_attach() local
376 &nhdr, &name_offset, &desc_offset)) > 0) in dwfl_core_file_attach()
379 const char *name = (nhdr.n_namesz == 0 in dwfl_core_file_attach()
387 if (! ebl_core_note (ebl, &nhdr, name, desc, in dwfl_core_file_attach()
393 if (nhdr.n_type != NT_PRPSINFO) in dwfl_core_file_attach()