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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 58 value->section_rel = 0;
76 value->section_rel = 0;
93 value->section_rel = orig->section_rel;
585 if (value->wrt || value->seg_of || value->section_rel || !sym_local)
687 if (value->wrt || value->seg_of || value->section_rel || !sym_local)
722 || value->section_rel)
766 if (value->section_rel)
coretype.h 172 unsigned int section_rel : 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/objfmts/coff/
coff-objfmt.c 484 || (value->section_rel && (value->wrt || value->curpos_rel))) {
647 } else if (value->section_rel) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 668 val.section_rel = 1;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 213 if (value->section_rel) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 178 if (value->section_rel) {
  /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 438 if (value->section_rel) {
    [all...]

Completed in 89 milliseconds