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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 954 } efdr_t;
957 static const efdr_t init_file = {
1004 static efdr_t *first_file; /* first file descriptor */
1005 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */
1011 efdr_t *file; /* file this line is in */
1031 efdr_t file [ PAGE_SIZE / sizeof (efdr_t) ];
1115 static varray_t file_desc = INIT_VARRAY (efdr_t);
1391 static efdr_t *cur_file_ptr = 0; /* current file desc. header */
2184 efdr_t *fil_ptr
952 } efdr_t; typedef in typeref:struct:efdr
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 954 } efdr_t;
957 static const efdr_t init_file = {
1004 static efdr_t *first_file; /* first file descriptor */
1005 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */
1011 efdr_t *file; /* file this line is in */
1031 efdr_t file [ PAGE_SIZE / sizeof (efdr_t) ];
1115 static varray_t file_desc = INIT_VARRAY (efdr_t);
1391 static efdr_t *cur_file_ptr = 0; /* current file desc. header */
2184 efdr_t *fil_ptr
952 } efdr_t; typedef in typeref:struct:efdr
    [all...]

Completed in 18 milliseconds