HomeSort by: relevance | last modified time | path
    Searched defs:tag_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan.h 38 typedef u8 tag_t; typedef
92 static inline tag_t GetTagFromPointer(uptr p) {
106 static inline uptr AddTagToPointer(uptr p, tag_t tag) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan.h 37 typedef u8 tag_t; typedef
81 static inline tag_t GetTagFromPointer(uptr p) {
94 static inline uptr AddTagToPointer(uptr p, tag_t tag) {
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 888 } tag_t;
901 tag_t *f_tag; /* tag element structure */
913 tag_t *tag_ptr; /* tag pointer */
1041 tag_t tag [ PAGE_SIZE / sizeof (tag_t) ];
1066 tag_t * tag_ptr; /* tag pointer */
1428 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type);
1429 static void add_unknown_tag (tag_t *ptag);
1471 static tag_t *allocate_tag (void);
1472 static void free_tag (tag_t *ptr)
886 } tag_t; typedef in typeref:struct:tag
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 888 } tag_t;
901 tag_t *f_tag; /* tag element structure */
913 tag_t *tag_ptr; /* tag pointer */
1041 tag_t tag [ PAGE_SIZE / sizeof (tag_t) ];
1066 tag_t * tag_ptr; /* tag pointer */
1428 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type);
1429 static void add_unknown_tag (tag_t *ptag);
1471 static tag_t *allocate_tag (void);
1472 static void free_tag (tag_t *ptr)
886 } tag_t; typedef in typeref:struct:tag
    [all...]

Completed in 135 milliseconds