Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
8b68710f
Commit
8b68710f
authored
4 years ago
by
Kenta Tada
Browse files
Options
Downloads
Patches
Plain Diff
Add definitions for Linux debug related MAGIC
Signed-off-by:
Kenta Tada
<
Kenta.Tada@sony.com
>
parent
bc302837
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/unix/linux_like/linux/gnu/mod.rs
+4
-0
4 additions, 0 deletions
src/unix/linux_like/linux/gnu/mod.rs
with
4 additions
and
0 deletions
src/unix/linux_like/linux/gnu/mod.rs
+
4
−
0
View file @
8b68710f
...
...
@@ -729,11 +729,13 @@ pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
pub
const
AFS_SUPER_MAGIC
:
::
c_long
=
0x5346414f
;
pub
const
AUTOFS_SUPER_MAGIC
:
::
c_long
=
0x0187
;
pub
const
BINDERFS_SUPER_MAGIC
:
::
c_long
=
0x6c6f6f70
;
pub
const
BPF_FS_MAGIC
:
::
c_long
=
0xcafe4a11
;
pub
const
BTRFS_SUPER_MAGIC
:
::
c_long
=
0x9123683e
;
pub
const
CGROUP2_SUPER_MAGIC
:
::
c_long
=
0x63677270
;
pub
const
CGROUP_SUPER_MAGIC
:
::
c_long
=
0x27e0eb
;
pub
const
CODA_SUPER_MAGIC
:
::
c_long
=
0x73757245
;
pub
const
CRAMFS_MAGIC
:
::
c_long
=
0x28cd3d45
;
pub
const
DEBUGFS_MAGIC
:
::
c_long
=
0x64626720
;
pub
const
DEVPTS_SUPER_MAGIC
:
::
c_long
=
0x1cd1
;
pub
const
ECRYPTFS_SUPER_MAGIC
:
::
c_long
=
0xf15f
;
pub
const
EFS_SUPER_MAGIC
:
::
c_long
=
0x00414a53
;
...
...
@@ -765,7 +767,9 @@ pub const QNX6_SUPER_MAGIC: ::c_long = 0x68191122;
pub
const
RDTGROUP_SUPER_MAGIC
:
::
c_long
=
0x7655821
;
pub
const
REISERFS_SUPER_MAGIC
:
::
c_long
=
0x52654973
;
pub
const
SMB_SUPER_MAGIC
:
::
c_long
=
0x0000517b
;
pub
const
SYSFS_MAGIC
:
::
c_long
=
0x62656572
;
pub
const
TMPFS_MAGIC
:
::
c_long
=
0x01021994
;
pub
const
TRACEFS_MAGIC
:
::
c_long
=
0x74726163
;
pub
const
UDF_SUPER_MAGIC
:
::
c_long
=
0x15013346
;
pub
const
USBDEVICE_SUPER_MAGIC
:
::
c_long
=
0x00009fa2
;
pub
const
XENFS_SUPER_MAGIC
:
::
c_long
=
0xabba1974
;
...
...
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