Searched refs:by_index (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c549 * by_index - If True, we want to locate the section with the
552 * index, name - Key to search for. See by_index.
568 elfedit_sec_getsymtab(elfedit_obj_state_t *obj_state, int by_index, argument
578 if (by_index && (index >= obj_state->os_shnum))
591 if ((by_index && (symtab->symt_shndx == index)) ||
592 (!by_index && (strcmp(s->sec_name, name) == 0))) {
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h953 elfedit32_obj_state_t *obj_state, int by_index, Elf32_Word index,
957 elfedit64_obj_state_t *obj_state, int by_index, Elf64_Word index,

Completed in 63 milliseconds