Searched refs:SHF_NULL (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | object.c | 53 h->e_shstrndx = add_section(obj, ".shstrtab", SHT_STRTAB, SHF_NULL, obj->section_name.size, 0); in object_init() 56 obj->symbol_index = add_section(obj, ".symtab", SHT_SYMTAB, SHF_NULL, 0, 4); in object_init() 60 add_section(obj, ".strtab", SHT_STRTAB, SHF_NULL, obj->symbol_name.size, 1); in object_init()
|
| D | elf.h | 87 #define SHF_NULL 0x0 macro
|