Searched refs:section_rwdata (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | cookargs.c | 51 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()
|
| D | bin2obj.h | 37 char *section_rwdata; member 78 const char *section_rodata, const char *section_rwdata,
|
| D | bin2obj.c | 55 t->section_rodata, t->section_rwdata, in bin2obj()
|
| D | section.c | 38 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()
|