Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/bin2obj/
Dcookargs.c51 t->section_rwdata = StrDup(DEFAULT_SECTION_RWDATA); in cook_args()
88 if (t->section_rwdata) in cook_args()
89 free(t->section_rwdata); in cook_args()
91 t->section_rwdata = StrDup(optarg); in cook_args()
308 if (t->section_rwdata) in free_args()
309 free(t->section_rwdata); in free_args()
Dbin2obj.h37 char *section_rwdata; member
78 const char *section_rodata, const char *section_rwdata,
Dbin2obj.c55 t->section_rodata, t->section_rwdata, in bin2obj()
Dsection.c38 const char *section_rodata, const char *section_rwdata, in add_datasec() argument
62 add_section(obj, section_rwdata, SHT_PROGBITS, SHF_WRITE | SHF_ALLOC, d->section.size, in add_datasec()