https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234039
--- Comment #2 from Santhosh Raju <[email protected]> --- I had a quick look at it by doing an objdump -d c091f82d: e8 a5 32 fa ff call c08c2ad7 <sysctl_createv> c091f832: c7 44 24 38 ff ff ff movl $0xffffffff,0x38(%esp) c091f839: ff c091f83a: c7 44 24 34 fd ff ff movl $0xfffffffd,0x34(%esp) c091f841: ff c091f842: c7 44 24 30 00 00 00 movl $0x0,0x30(%esp) c091f849: 00 c091f84a: c7 44 24 2c d8 56 19 movl $0xc11956d8,0x2c(%esp) c091f851: c1 c091f852: c7 44 24 24 00 00 00 movl $0x0,0x24(%esp) c091f859: 00 This part of the above code lies in the section starting with c091f79d <vntblinit>: c091f79d: 55 push %ebp c091f79e: 89 e5 mov %esp,%ebp c091f7a0: 56 push %esi c091f7a1: 53 push %ebx c091f7a2: 83 ec 48 sub $0x48,%esp So my guess is the function name is "vntblinit" Let me know if you need more information from my side. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
