HomeSort by relevance Sort by last modified time
    Searched refs:shstrtab (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/elfwrap/common/
elfwrap.c 141 * i. its basename, prefixed with a "dot", to the .shstrtab.
166 * Create section descriptors for .symtab, .strtab, and .shstrtab.
192 * i. its section name to the .shstrtab.
222 char *strtab, *strtabent, *shstrtab, *shstrtabent; local
420 shstrtab = (char *)outsec->os_data->d_buf;
429 * Update the ELF header with the .shstrtab index.
439 shstrtabent = shstrtab;
484 outsec->os_shdr->sh_name = (shstrtabent - shstrtab);
  /onnv/onnv-gate/usr/src/uts/common/exec/elf/
elf.c 97 ".shstrtab"
100 typedef struct shstrtab { struct
1407 shstrtab_t shstrtab; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/krtld/
kobj.c 2610 char *shstrtab, *ctfdata; local
2717 char *shstrtab, *sigdata = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/objfs/
objfs_data.c 50 * .shstrtab Section header string table
123 * The .shstrtab section is constructed when the module is first loaded.
143 SECT_SHSTRTAB(".shstrtab",
213 int i, shstrtab, strtab, symtab; local
225 if (strcmp(sect->sect_name, ".shstrtab") == 0)
226 shstrtab = i;
234 sect = &data_sections[shstrtab];
648 ".shstrtab") == 0)
  /onnv/onnv-gate/usr/src/lib/libproc/common/
Pcore.c 1530 char *shstrtab = NULL; local
    [all...]
Pgcore.c 66 ".shstrtab"
69 typedef struct shstrtab { struct
908 * Preemptively stick the name of the shstrtab in the string table.
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/nm/common/
nm.c 509 get_scnfd(Elf * e_file, int shstrtab, int SCN_TYPE)
514 if ((fd_scn = elf_getscn(e_file, shstrtab)) == NULL) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/abi/appcert/static_prof/
static_prof.c 1151 int shstrtab,
1161 if ((scn_fd = elf_getscn(e_file, shstrtab)) == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
update.c 215 Str_tbl *shstrtab; local
330 shstrtab = ofl->ofl_shdrsttab;
437 * Generate the .shstrtab for this section.
439 (void) st_setstring(shstrtab, osp->os_name, &stoff);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
SUNWonld-README     [all...]

Completed in 480 milliseconds