Searched refs:for_each_note (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/driver-info/
H A Ddriver-info.c53 static zx_status_t for_each_note(void* obj, di_read_func_t diread, function
61 printf("for_each_note: pread(eh) failed\n");
67 printf("for_each_note: bad elf magic\n");
72 printf("for_each_note: too many phdrs\n");
76 printf("for_each_note: pread(sz,eh.e_phoff) failed\n");
85 printf("for_each_note: pread(ph[i]) failed\n");
131 return for_each_note(obj, rfunc,
142 return for_each_note(&fd, di_pread,

Completed in 53 milliseconds