Home
last modified time | relevance | path

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

/external/elfutils/src/
Dldlex.c24 #define yyalloc ldalloc
337 void *ldalloc (yy_size_t );
2289 b = (YY_BUFFER_STATE) ldalloc(sizeof( struct yy_buffer_state ) ); in ld_create_buffer()
2298 b->yy_ch_buf = (char *) ldalloc(b->yy_buf_size + 2 ); in ld_create_buffer()
2449 (yy_buffer_stack) = (struct yy_buffer_state**)ldalloc in ldensure_buffer_stack()
2497 b = (YY_BUFFER_STATE) ldalloc(sizeof( struct yy_buffer_state ) ); in ld_scan_buffer()
2546 buf = (char *) ldalloc(n ); in ld_scan_bytes()
2751 void *ldalloc (yy_size_t size ) in ldalloc() function