Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c79 const char *sect_name; member
224 len += strlen(sect->sect_name) + 1; in objfs_data_init()
225 if (strcmp(sect->sect_name, ".shstrtab") == 0) in objfs_data_init()
227 else if (strcmp(sect->sect_name, ".symtab") == 0) in objfs_data_init()
229 else if (strcmp(sect->sect_name, ".strtab") == 0) in objfs_data_init()
242 bcopy(sect->sect_name, strdata + len, in objfs_data_init()
243 strlen(sect->sect_name) + 1); in objfs_data_init()
244 len += strlen(sect->sect_name) + 1; in objfs_data_init()
246 if (strcmp(sect->sect_name, ".SUNW_ctf") == 0) in objfs_data_init()
248 else if (strcmp(sect->sect_name, ".symtab") == 0) in objfs_data_init()
[all …]