Searched refs:phdr_no (Results 1 – 2 of 2) sorted by relevance
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 307 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 309 if ((unsigned)phdr_no >= ui->phdrs_count) in _UCD_add_backing_file_at_segment() 311 Debug(0, "There is no segment %d in this coredump\n", phdr_no); in _UCD_add_backing_file_at_segment() 315 struct coredump_phdr *phdr = &ui->phdrs[phdr_no]; in _UCD_add_backing_file_at_segment() 318 Debug(0, "Backing file already added to segment %d\n", phdr_no); in _UCD_add_backing_file_at_segment() 341 Debug(1, "Note: phdr[%u] is not r-x: flags are 0x%x\n", phdr_no, phdr->p_flags); in _UCD_add_backing_file_at_segment() 347 phdr_no, in _UCD_add_backing_file_at_segment() 380 phdr_no, (unsigned long long)phdr->p_filesz in _UCD_add_backing_file_at_segment() 384 phdr_no, (unsigned long long)phdr->p_filesz in _UCD_add_backing_file_at_segment()
|
/external/libunwind/include/ |
D | libunwind-coredump.h | 47 extern int _UCD_add_backing_file_at_segment(struct UCD_info *, int phdr_no, const char *filename);
|