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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 53 value->seg_of = 0;
71 value->seg_of = 0;
88 value->seg_of = orig->seg_of;
371 if (value->seg_of)
373 value->seg_of = 1;
585 if (value->wrt || value->seg_of || value->section_rel || !sym_local)
687 if (value->wrt || value->seg_of || value->section_rel || !sym_local)
721 if (value->seg_of || value->rshift || value->curpos_rel || value->ip_rel
751 value->seg_of ? "SEG " : ""
    [all...]
coretype.h 139 unsigned int seg_of : 1; member in struct:yasm_value
section.c 984 if (span->depval.wrt || span->depval.seg_of || span->depval.section_rel
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 330 if (insn->imm.seg_of || insn->imm.rshift > 1
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 483 || (value->seg_of && (value->wrt || value->curpos_rel))
583 if (value->seg_of) {
640 } else if (value->seg_of) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 674 val.seg_of = 1;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 237 if (value->seg_of)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 195 if (value->seg_of)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 506 if (value->seg_of || value->section_rel || value->rshift > 0) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 481 if (value->seg_of) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c 524 if (jmp->target.seg_of || jmp->target.rshift || jmp->target.curpos_rel)
    [all...]

Completed in 1188 milliseconds