Searched refs:section_rodata (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | cookargs.c | 50 t->section_rodata = StrDup(DEFAULT_SECTION_RODATA); in cook_args() 86 if (t->section_rodata) in cook_args() 87 free(t->section_rodata); in cook_args() 90 t->section_rodata = StrDup(optarg); in cook_args() 306 if (t->section_rodata) in free_args() 307 free(t->section_rodata); in free_args()
|
| D | bin2obj.h | 36 char *section_rodata; 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 68 add_section(obj, section_rodata, SHT_PROGBITS, SHF_ALLOC, d->section.size, align); in add_datasec()
|