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

  /toolchain/binutils/binutils-2.25/bfd/
tekhex.c 251 struct data_struct struct
256 struct data_struct *next;
264 struct data_struct *data;
315 static struct data_struct *
318 struct data_struct *d = abfd->tdata.tekhex_data->data;
327 d = (struct data_struct *)
328 bfd_zalloc (abfd, (bfd_size_type) sizeof (struct data_struct));
346 struct data_struct *d = find_chunk (abfd, addr, TRUE);
625 struct data_struct *d = NULL;
794 struct data_struct *d
    [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 327 DataStruct data_struct; member in struct:T
332 data_struct->foo(); // expected-error-re{{use of undeclared identifier 'data_struct'{{$}}}}

Completed in 1080 milliseconds