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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
struct.s 4 REAL_REC .struct ; stag = REAL_REC
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 59 static struct stag struct
61 symbolS *sym; /* Symbol for this stag; value is offset. */
71 struct stag *stag; /* If field is struct/union. */ member in struct:stag::stag_field
74 /* For nesting; used only in stag construction. */
75 struct stag *inner; /* Enclosed .struct. */
76 struct stag *outer; /* Enclosing .struct. */
546 stag_add_field_symbols (struct stag *stag,
553 struct stag_field *field = stag->field
787 struct stag *stag = (struct stag *) hash_find (stag_hash, name); local
2724 struct stag *stag = (struct stag *) hash_find (stag_hash, name); local
    [all...]
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 345 DWORD stag = SWAPL(tableTag); local
346 DWORD len = GetFontData(hdc, stag, 0, NULL, 0);
351 GetFontData(hdc, stag, 0, result, len);
  /system/core/fs_mgr/
fs_mgr_verity.cpp 453 static int metadata_find(const char *fname, const char *stag,
491 rc = metadata_add(fp, start + sizeof(magic), stag, slength, offset);
509 if (!strcmp(tag, stag) && length == slength) {
522 rc = metadata_add(fp, start, stag, slength, offset);

Completed in 451 milliseconds