HomeSort by relevance Sort by last modified time
    Searched refs:seg_entry (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.c 27 const seg_entry cs = { "cs", 0x2e };
28 const seg_entry ds = { "ds", 0x3e };
29 const seg_entry ss = { "ss", 0x36 };
30 const seg_entry es = { "es", 0x26 };
31 const seg_entry fs = { "fs", 0x64 };
32 const seg_entry gs = { "gs", 0x65 };
i386-opc.h 884 seg_entry; typedef in typeref:struct:__anon75947
886 extern const seg_entry cs;
887 extern const seg_entry ds;
888 extern const seg_entry ss;
889 extern const seg_entry es;
890 extern const seg_entry fs;
891 extern const seg_entry gs;
  /external/f2fs-tools/fsck/
fsck.h 101 extern struct seg_entry *get_seg_entry(struct f2fs_sb_info *, unsigned int);
f2fs.h 65 struct seg_entry { struct
94 struct seg_entry *sentries; /* SIT segment-level cache */
mount.c 523 sit_i->sentries = calloc(TOTAL_SEGS(sbi) * sizeof(struct seg_entry), 1);
557 struct seg_entry *se;
803 void seg_info_from_raw_sit(struct seg_entry *se,
815 struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi,
940 struct seg_entry *se = &sit_i->sentries[segno];
998 struct seg_entry *se;
1054 struct seg_entry *se;
    [all...]
fsck.c 20 struct seg_entry *se;
1030 struct seg_entry *se;
1048 struct seg_entry *se;
dump.c 27 struct seg_entry *se;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 177 static const seg_entry *build_modrm_byte (void);
319 const seg_entry *seg[2];
    [all...]

Completed in 807 milliseconds