Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c77 const char *sect_name; member
222 len += strlen(sect->sect_name) + 1; in objfs_data_init()
223 if (strcmp(sect->sect_name, ".shstrtab") == 0) in objfs_data_init()
225 else if (strcmp(sect->sect_name, ".symtab") == 0) in objfs_data_init()
227 else if (strcmp(sect->sect_name, ".strtab") == 0) in objfs_data_init()
240 bcopy(sect->sect_name, strdata + len, in objfs_data_init()
241 strlen(sect->sect_name) + 1); in objfs_data_init()
242 len += strlen(sect->sect_name) + 1; in objfs_data_init()
244 if (strcmp(sect->sect_name, ".SUNW_ctf") == 0) in objfs_data_init()
246 else if (strcmp(sect->sect_name, ".symtab") == 0) in objfs_data_init()
[all …]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drc_scf.c108 char sect_name[256]; in rc_scf_get_sharectl() local
160 if (scf_value_get_as_string(val, sect_name, in rc_scf_get_sharectl()
161 sizeof (sect_name)) < 0) in rc_scf_get_sharectl()
168 fprintf(fp, "[%s]\n", sect_name); in rc_scf_get_sharectl()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in3537 const char ** /*sect_name*/,
H A Dlibdwarf.h.in3537 const char ** /*sect_name*/,