Home
last modified time | relevance | path

Searched refs:ldalloc (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/src/
Dldlex.c24 #define yyalloc ldalloc
338 void *ldalloc (yy_size_t );
2282 b = (YY_BUFFER_STATE) ldalloc(sizeof( struct yy_buffer_state ) ); in ld_create_buffer()
2291 b->yy_ch_buf = (char *) ldalloc(b->yy_buf_size + 2 ); in ld_create_buffer()
2442 (yy_buffer_stack) = (struct yy_buffer_state**)ldalloc in ldensure_buffer_stack()
2490 b = (YY_BUFFER_STATE) ldalloc(sizeof( struct yy_buffer_state ) ); in ld_scan_buffer()
2539 buf = (char *) ldalloc(n ); in ld_scan_bytes()
2744 void *ldalloc (yy_size_t size ) in ldalloc() function