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

  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
elfdump.c 47 * VERSYM_STATE is used to maintain information about the VERSYM section
54 * the Versym contains indexes to Verdef records, and the
55 * Versym values for UNDEF symbols resolved by other objects
59 * - The Versym also contains indexes to Verneed records, recording
64 * - The top bit of the Versym value is no longer part of the index,
70 * (Versym indexes to Verneed records), but not the others.
79 * in a Versym entry. This can never be less than 1: In the case where
96 * The gnu_needed field is True if the Versym contains indexes to
103 Cache *cache; /* Pointer to cache entry for VERSYM */
104 Versym *data; /* Pointer to versym array *
131 VERSYM_STATE *versym; \/* NULL, or associated VERSYM section *\/ member in struct:__anon5
4212 VERSYM_STATE versym; local
    [all...]
fake_shdr.c 218 FAKE_M_WORD_ALIGN, sizeof (Versym), ELF_T_HALF },
1091 SINFO versym; member in struct:__anon18
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/
sym.c 159 struct { /* Versym */
162 Versym *data;
164 } versym; member in struct:__anon205
215 if (symstate->versym.sec != NULL)
218 symstate->versym.sec = elfedit_sec_getversym(argstate->obj_state,
219 symstate->sym.sec, &symstate->versym.data, &symstate->versym.n);
255 Versym versym; local
263 /* If there is a versym index section, fetch it *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/include/
elfedit.h 138 * have associated parallal sections (syminfo, versym, extended indexes, etc)
149 Elf32_Word symt_syminfo; /* Index of versym section */
150 Elf32_Word symt_versym; /* Index of versym section */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
update.c 225 Versym *versym; local
313 versym = (Versym *)ofl->ofl_osversym->os_outdata->d_buf;
314 versym[0] = NULL;
316 versym = NULL;
350 if (versym && !dynsym)
351 versym[1] = 0;
429 if (versym)
430 versym[*symndx - 1] = 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/common/
util_machelf.c 682 * Locate the versym section associated with a symbol table section.
688 * versym - Address of variable to recieve pointer to section index
694 * On success, returns versym section descriptor, and sets the
695 * variables referenced by versym, and numversym. On failure,
699 * Since the versym section index is found in the sec_versym field
707 elfedit_section_t *symsec, Versym **versym, Word *num)
721 * Issue error if the symbol table lacks a versym section.
735 *versym = (Versym *) versymsec->sec_data->d_buf
    [all...]

Completed in 360 milliseconds