Home | History | Annotate | Download | only in ld

Lines Matching full:stat_alloc

135 stat_alloc (size_t size)
1020 new_stmt = (lang_statement_union_type *) stat_alloc (size);
1051 stat_alloc (sizeof (lang_input_statement_type));
1315 stat_alloc (sizeof (lang_memory_region_type));
1369 n = (lang_memory_region_name *) stat_alloc (sizeof (lang_memory_region_name));
2164 ud = (input_section_userdata_type *) stat_alloc (sizeof (*ud));
3445 new_undef = (ldlang_undef_chain_list_type *) stat_alloc (sizeof (*new_undef));
4613 stat_alloc (sizeof (lang_padding_statement_type));
7147 n = (struct lang_phdr *) stat_alloc (sizeof (struct lang_phdr));