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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c 107 int isnew; local
110 retval = yasm_object_get_general(object, ".text", 0, 0, 0, &isnew, 0);
111 if (isnew) {
126 int isnew; local
140 &isnew, line);
141 if (isnew) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 1299 int isnew; local
1405 int isnew; local
1678 int isnew; local
1720 int isnew; local
2254 int isnew; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 104 * \param isnew output; set to nonzero if section did not already exist
112 int res_only, /*@out@*/ int *isnew, unsigned long line);
section.c 305 int *isnew, unsigned long line)
315 *isnew = 0;
351 *isnew = 1;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 840 int isnew; local
842 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0);
843 if (isnew) {
886 int isnew; local
950 data.type == RDF_SECT_BSS, &isnew, line);
954 if (isnew || yasm_section_is_default(retval)) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 635 int isnew; local
637 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0);
638 if (isnew)
667 int isnew; local
747 &isnew, line);
751 if (isnew || yasm_section_is_default(retval)) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 916 int isnew; local
918 retval = yasm_object_get_general(object, ".text", 16, 1, 0, &isnew, 0);
919 if (isnew)
999 int isnew; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 1294 int isnew; local
1317 int isnew; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 1423 int isnew; local
1448 int isnew; local
    [all...]

Completed in 455 milliseconds