Lines Matching defs:index

108  * Return the index of the first section that has the given name.
115 * On success, returns the section index. On failure, an error
143 * Return the index of the first section that has the given type.
150 * On success, returns the section index. On failure, an error
185 * Locate the index of the first symbol that has the given name
194 * ret_symndx - Address of variable to receive index.
245 * Given a section index, turn it into a descriptive string.
550 * section index given by index. If False, we return
552 * index, name - Key to search for. See by_index.
569 Word index, const char *name, Sym **sym, Word *num,
577 /* If looking it up by index, make sure the index is in range */
578 if (by_index && (index >= obj_state->os_shnum))
580 EC_WORD(index), EC_WORD(obj_state->os_shnum - 1));
591 if ((by_index && (symtab->symt_shndx == index)) ||
618 * Locate the extended symbol index section associated with a symbol
623 * symsec - Symbol table section for which extended index
624 * index section is required.
625 * xshndx - Address of variable to recieve pointer to section index
631 * On success, returns extended index section descriptor, and sets the
636 * Since the extended section index is found in the sec_xshndx field
659 * Issue error if the symbol table lacks an extended index section.
661 * in which case the lack of the index section denotes a corrupt
686 * symsec - Symbol table section for which extended index
687 * index section is required.
688 * versym - Address of variable to recieve pointer to section index
699 * Since the versym section index is found in the sec_versym field
747 * shndx - Section index for string table section
1004 * the string section index. If they match, it is the dynstr,
1090 * the string section index. If they match, it is the dynstr,