Searched refs:SHT_NOBITS (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/libelf/
H A Dlibelf_data.c47 case SHT_NOBITS:
H A Delf_update.c117 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
292 /* XXX Do we need the 'size' field of an SHT_NOBITS section */
293 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL)
519 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL)
H A Delf_common.h205 #define SHT_NOBITS 8 /* no space section */ macro

Completed in 14 milliseconds