Home
last modified time | relevance | path

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

/external/elfutils/tests/
Daddsections.c230 Elf_Data *new_shstrtab_data = elf_newdata (new_shstrtab_scn); in add_sections() local
231 if (new_shstrtab_data == NULL) in add_sections()
238 new_shstrtab_data->d_size = new_shstrtab_size; in add_sections()
239 new_shstrtab_data->d_buf = new_shstrtab_buf; in add_sections()
240 new_shstrtab_data->d_type = ELF_T_BYTE; in add_sections()
241 new_shstrtab_data->d_align = 1; in add_sections()