We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e228821 commit 9152dd7Copy full SHA for 9152dd7
1 file changed
cfg/gnu.cfg
@@ -181,6 +181,25 @@
181
<strz/>
182
</arg>
183
</function>
184
+ <!-- see https://www.man7.org/linux/man-pages/man3/dlmopen.3.html -->
185
+ <!-- void *dlmopen(Lmid_t lmid, const char *filename, int flags); -->
186
+ <function name="dlmopen">
187
+ <noreturn>false</noreturn>
188
+ <use-retval/>
189
+ <returnValue type="void*"/>
190
+ <arg nr="1" direction="in">
191
+ <not-uninit/>
192
+ <not-bool/>
193
+ </arg>
194
+ <arg nr="2" direction="in">
195
196
+ <strz/>
197
198
+ <arg nr="3" direction="in">
199
200
201
202
+ </function>
203
<!-- https://gcc.gnu.org/onlinedocs/gcc-6.2.0/gcc/Alignment.html -->
204
<!-- __alignof__ is used like sizeof -->
205
<!-- Declaration for this GNU compiler extension could look like this: -->
0 commit comments