Home
last modified time | relevance | path

Searched refs:phdr_no (Results 1 – 2 of 2) sorted by relevance

/third_party/libunwind/src/coredump/
D_UCD_create.c251 int _UCD_add_backing_file_at_segment(struct UCD_info *ui, int phdr_no, const char *filename) in _UCD_add_backing_file_at_segment() argument
253 if ((unsigned)phdr_no >= ui->phdrs_count) in _UCD_add_backing_file_at_segment()
255 Debug(0, "There is no segment %d in this coredump\n", phdr_no); in _UCD_add_backing_file_at_segment()
259 struct coredump_phdr *phdr = &ui->phdrs[phdr_no]; in _UCD_add_backing_file_at_segment()
262 Debug(0, "Backing file already added to segment %d\n", phdr_no); in _UCD_add_backing_file_at_segment()
287 phdr_no, phdr->p_flags); in _UCD_add_backing_file_at_segment()
294 phdr_no, in _UCD_add_backing_file_at_segment()
/third_party/libunwind/include/
Dlibunwind-coredump.h47 extern int _UCD_add_backing_file_at_segment(struct UCD_info *, int phdr_no, const char *filename);