Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elfio mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
elfio mirror
Commits
4b143840
Commit
4b143840
authored
4 years ago
by
Serge Lamikhov-Center
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation - add array accessor description
parent
eaae4e1e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
doc/elfio.docx
+0
-0
0 additions, 0 deletions
doc/elfio.docx
doc/elfio.pdf
+0
-0
0 additions, 0 deletions
doc/elfio.pdf
examples/c_wrapper/c_example.c
+2
-1
2 additions, 1 deletion
examples/c_wrapper/c_example.c
with
3 additions
and
2 deletions
README.md
+
1
−
1
View file @
4b143840
...
...
@@ -11,6 +11,6 @@ files in the ELF binary format. It is used as a standalone library - it is not
dependent on any other product or project. Adhering to ISO C++, it compiles on
a wide variety of architectures and compilers.
While written in C++, the library provides a C-language interface wrapper.
While written in C++, the library
also
provides a C-language interface wrapper.
The full library documentation can be found in
*[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*
.
This diff is collapsed.
Click to expand it.
doc/elfio.docx
+
0
−
0
View file @
4b143840
No preview for this file type
This diff is collapsed.
Click to expand it.
doc/elfio.pdf
+
0
−
0
View file @
4b143840
No preview for this file type
This diff is collapsed.
Click to expand it.
examples/c_wrapper/c_example.c
+
2
−
1
View file @
4b143840
/*
Copyright (C) 2001-202
0
by Serge Lamikhov-Center
Copyright (C) 2001-202
1
by Serge Lamikhov-Center
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
@@ -84,6 +84,7 @@ int main( int argc, char* argv[] )
for
(
int
i
=
0
;
i
<
segno
;
i
++
)
{
psegment_t
psegment
=
elfio_get_segment_by_index
(
pelfio
,
i
);
elfio_segment_get_file_size
(
psegment
);
// printf( " [%02d] %08lx : %08lx : %08lx\n", i,
// elfio_segment_get_virtual_address( psegment ),
// elfio_segment_get_memory_size( psegment ),
...
...
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