Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
c8353233
Commit
c8353233
authored
7 years ago
by
Vivek Das Mohapatra
Browse files
Options
Downloads
Patches
Plain Diff
capsule_relocate: Fix documentation - broken links, typos etc
parent
14f97c6a
No related branches found
No related tags found
1 merge request
!311
Build capsule-capture-libs from a bundled copy of libcapsule
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
capsule/capsule.h
+6
-2
6 additions, 2 deletions
capsule/capsule.h
with
6 additions
and
2 deletions
capsule/capsule.h
+
6
−
2
View file @
c8353233
...
...
@@ -43,7 +43,7 @@ typedef struct _capsule *capsule;
* @shim: address of the ‘fake’ symbol in the proxy library
* @real: address of the ‘real’ symbol in the target library
*
* @shim may typically be left empty in calls to capsule_
dlmopen
()
* @shim may typically be left empty in calls to capsule_
load
()
* and capsule_relocate().
*
* @real may also be left empty in calls to capsule_relocate()
...
...
@@ -104,7 +104,7 @@ capsule capsule_init (Lmid_t namespace,
*
* Returns: 0 on success, non-zero on failure.
*
* @source is typically the value returned by a successful capsule_
dlmopen
()
* @source is typically the value returned by a successful capsule_
load
()
* call (although a handle returned by dlmopen() would also be reasonable).
*
* The #capsule_item entries in @relocations need only specify the symbol
...
...
@@ -112,6 +112,10 @@ capsule capsule_init (Lmid_t namespace,
* are not pre-filled (this is the normal use case, as it would be unusual
* to know these value in advance).
*
* This function updates the GOT entries in all DSOs outside the capsule
* so that when they call any function listed in @relocations they invoke
* the copy of that function inside the capsule.
*
* In the unlikely event that an error message is returned in @error it is the
* caller's responsibility to free() it.
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment