📄 ldrseek.3x
字号:
.TH ldrseek 3x RISC.SH Nameldrseek, ldnrseek \- seek to relocation entries of a section of a common object file.SH Syntax.nf.ta \w'unsigned\ 'u +\w'short\ \ 'u.B #include <stdio.h>.B #include <filehdr.h>.B #include <syms.h>.B #include <ldfcn.h> .ft R.PP.BR "int ldrseek (" "ldptr, sectindx" ).BR "\s-1LDFILE\s+1 \(**" ldptr ;.BR "unsigned short" " sectindx" ;.PP.BR "int ldnrseek (" "ldptr, sectname" ).BR "\s-1LDFILE\s+1 \(**" ldptr ;.BR "char \(**" sectname ;.DT.fi.SH DescriptionThe .PN ldrseekfunction seeks to the relocation entries of the section specified by.I sectindxof the common object filecurrently associated with.IR ldptr ..PPThe .PN ldnrseekfunction seeks to the relocation entries of the section specified by.IR sectname ..PPThe functions .PN ldrseekand.PN ldnrseekreturns success or failure.If .I sectindxis greater than the number of sections in the object file,.PN ldrseek fails;if there is no section name corresponding with.IR sectname,.PN ldnrseekfails.If the specified section does not have relocation entries orif it cannot seek to the specified relocation entries,either function fails. .NTThe first section has an index of.IR one ..NE.SH See Alsoldclose(3x), ldopen(3x), ldshread(3x), ldfcn(5)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -