HomeSort by relevance Sort by last modified time
    Searched refs:seg_entry (Results 1 - 11 of 11) 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:__anon116491
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/
defrag.c 15 struct seg_entry *se;
65 struct seg_entry *se;
mount.c 19 struct seg_entry *se = get_seg_entry(sbi, i);
909 sit_i->sentries = calloc(TOTAL_SEGS(sbi) * sizeof(struct seg_entry), 1);
945 struct seg_entry *se;
1077 struct seg_entry *se;
    [all...]
f2fs.h 64 struct seg_entry { struct
94 struct seg_entry *sentries; /* SIT segment-level cache */
fsck.h 146 extern struct seg_entry *get_seg_entry(struct f2fs_sb_info *, unsigned int);
segment.c 22 struct seg_entry *se;
resize.c 138 struct seg_entry *se;
365 struct seg_entry *se;
fsck.c 20 struct seg_entry *se;
132 struct seg_entry * se;
246 struct seg_entry * se;
    [all...]
dump.c 121 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 286 milliseconds