HomeSort by relevance Sort by last modified time
    Searched defs:global_prefix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 72 /*@owned@*/ char *global_prefix; member in struct:yasm_object
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 50 /*@null@*/ /*@only@*/ static char *global_prefix = NULL, *global_suffix = NULL; variable
452 if (global_prefix)
453 yasm_object_set_global_prefix(object, global_prefix);
    [all...]

Completed in 293 milliseconds