Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
Container Registry
Model registry
Operate
Environments
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
Open Source Software
Zipr Toolchain
Commits
63a5b4f4
Commit
63a5b4f4
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Set file id when appending plt entry
Former-commit-id: de46a8e190379844cc28d8bd880fd6b19304875a
parent
374a20ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libElfDep/src/elfdep.cpp
+1
-0
1 addition, 0 deletions
libElfDep/src/elfdep.cpp
libcapstone
+1
-1
1 addition, 1 deletion
libcapstone
with
2 additions
and
1 deletion
libElfDep/src/elfdep.cpp
+
1
−
0
View file @
63a5b4f4
...
...
@@ -206,6 +206,7 @@ Instruction_t* ElfDependencies_t::ElfDependenciesImpl_t<T_Elf_Sym,T_Elf_Rela,T_E
newinsn
->
GetRelocations
().
insert
(
newreloc
);
getFileIR
()
->
GetRelocations
().
insert
(
newreloc
);
newinsn
->
GetAddress
()
->
SetFileID
(
getFileIR
()
->
GetFile
()
->
GetBaseID
());
return
newinsn
;
}
...
...
This diff is collapsed.
Click to expand it.
libcapstone
@
9408c0de
Compare
a6b87b7b
...
9408c0de
Subproject commit
a6b87b7bc31499b9ec538701b438f7a60e9dda38
Subproject commit
9408c0de4f3a4b2a3cc1cac3f22219301c561400
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