Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osv
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
Verlässliche Systemsoftware
projects
osv
Commits
ae018301
Commit
ae018301
authored
12 years ago
by
Avi Kivity
Browse files
Options
Downloads
Patches
Plain Diff
Add missing file elf-dl.s
parent
3b874a02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/x64/elf-dl.s
+52
-0
52 additions, 0 deletions
arch/x64/elf-dl.s
with
52 additions
and
0 deletions
arch/x64/elf-dl.s
0 → 100644
+
52
−
0
View file @
ae018301
.
include
"
arch
/
x64
/
cfi.s
"
.
text
.
global
__elf_resolve_pltgot
//
calling
convension
:
//
%
rsp
+
8
:
index
//
%
rsp
+
0
:
object
__elf_resolve_pltgot
:
.
cfi_startproc
simple
.
cfi_def_cfa
%
rsp
,
0
.
cfi_rel_offset
%
rip
,
16
sub
$
8
,
%
rsp
#
make
room
for
resolved
address
.
cfi_adjust_cfa_offset
8
pushq_cfi
%
rax
pushq_cfi
%
rbx
pushq_cfi
%
rcx
pushq_cfi
%
rdx
pushq_cfi
%
rsi
pushq_cfi
%
rdi
pushq_cfi
%
rbp
pushq_cfi
%
r8
pushq_cfi
%
r9
pushq_cfi
%
r10
pushq_cfi
%
r11
pushq_cfi
%
r12
pushq_cfi
%
r13
pushq_cfi
%
r14
pushq_cfi
%
r15
mov
16
*
8
+
8
(%
rsp
),
%
edi
mov
16
*
8
+
0
(%
rsp
),
%
rsi
call
elf_resolve_pltgot
mov
%
rax
,
15
*
8
(%
rsp
)
popq_cfi
%
r15
popq_cfi
%
r14
popq_cfi
%
r13
popq_cfi
%
r12
popq_cfi
%
r11
popq_cfi
%
r10
popq_cfi
%
r9
popq_cfi
%
r8
popq_cfi
%
rbp
popq_cfi
%
rdi
popq_cfi
%
rsi
popq_cfi
%
rdx
popq_cfi
%
rcx
popq_cfi
%
rbx
popq_cfi
%
rax
ret
$
16
.
cfi_endproc
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