Searched refs:note_data (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | linux-core-attach.c | 42 Elf_Data *note_data; member 107 Elf_Data *note_data = core_arg->note_data; in core_next_thread() local 126 while (offset = core_arg->thread_note_offset, offset < note_data->d_size in core_next_thread() 127 && (core_arg->thread_note_offset = gelf_getnote (note_data, offset, in core_next_thread() 132 const char *name = note_data->d_buf + name_offset; in core_next_thread() 133 const char *desc = note_data->d_buf + desc_offset; in core_next_thread() 176 Elf_Data *note_data = core_arg->note_data; in core_set_initial_registers() local 179 assert (offset < note_data->d_size); in core_set_initial_registers() 180 size_t getnote_err = gelf_getnote (note_data, offset, &nhdr, &name_offset, in core_set_initial_registers() 185 const char *name = note_data->d_buf + name_offset; in core_set_initial_registers() [all …]
|
/external/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 531 DataExtractor note_data (segment_data, note_start, note_size); in ParseThreadContextsFromNoteSegment() local 538 ParseFreeBSDPrStatus(thread_data, note_data, arch); in ParseThreadContextsFromNoteSegment() 541 thread_data->fpregset = note_data; in ParseThreadContextsFromNoteSegment() 547 ParseFreeBSDThrMisc(thread_data, note_data); in ParseThreadContextsFromNoteSegment() 563 prstatus.Parse(note_data, arch); in ParseThreadContextsFromNoteSegment() 566 len = note_data.GetByteSize() - header_size; in ParseThreadContextsFromNoteSegment() 567 thread_data->gpregset = DataExtractor(note_data, header_size, len); in ParseThreadContextsFromNoteSegment() 570 thread_data->fpregset = note_data; in ParseThreadContextsFromNoteSegment() 574 prpsinfo.Parse(note_data, arch); in ParseThreadContextsFromNoteSegment() 578 m_auxv = DataExtractor(note_data); in ParseThreadContextsFromNoteSegment()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | symbol-minimal.c | 28 static int read_build_id(void *note_data, size_t note_len, void *bf, in read_build_id() argument 38 ptr = note_data; in read_build_id() 39 while (ptr < (note_data + note_len)) { in read_build_id()
|