Searched defs:const_type (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 496 elfedit_const_to_atoui(elfedit_const_t const_type) argument 509 if ((const_type < 0) || 510 (const_type >= (sizeof (sym_table) / sizeof (sym_table[0])))) 512 sym = &sym_table[const_type];
|
H A D | util.c | 113 elfedit_atoconst_value_to_str(elfedit_const_t const_type, elfedit_atoui_t value, argument 116 return (elfedit_atoui_value_to_str(elfedit_const_to_atoui(const_type), 206 elfedit_cpl_atoconst(void *cpldata, elfedit_const_t const_type) argument 208 elfedit_cpl_atoui(cpldata, elfedit_const_to_atoui(const_type)); 289 elfedit_atoconst2(const char *str, elfedit_const_t const_type, argument 292 return (elfedit_atoui2(str, elfedit_const_to_atoui(const_type), v)); 295 elfedit_atoconst(const char *str, elfedit_const_t const_type) argument 297 return (elfedit_atoui(str, elfedit_const_to_atoui(const_type))); 368 elfedit_atoui_t max, elfedit_const_t const_type, elfedit_atoui_t *v) 371 elfedit_const_to_atoui(const_type), 367 elfedit_atoconst_range2(const char *str, elfedit_atoui_t min, elfedit_atoui_t max, elfedit_const_t const_type, elfedit_atoui_t *v) argument 374 elfedit_atoconst_range(const char *str, const char *item_name, elfedit_atoui_t min, elfedit_atoui_t max, elfedit_const_t const_type) argument [all...] |
H A D | util_machelf.c | 505 elfedit_const_t const_type; local 511 const_type = ELFEDIT_CONST_SHT_SYMTAB; 514 const_type = ELFEDIT_CONST_SHT_DYNSYM; 522 const_type = ELFEDIT_CONST_SHT_LDYNSYM; 537 elfedit_const_to_atoui(const_type);
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.c | 722 * const_type - data conversion type 726 const char *cap_name, Xword cap_tag, elfedit_const_t const_type) 733 elfedit_const_to_atoui(const_type)); 725 cap_set(ARGSTATE *argstate, Cap *cap, Word ndx, Word cap_ndx, const char *cap_name, Xword cap_tag, elfedit_const_t const_type) argument
|
H A D | dyn.c | 1087 * const_type - ELFEDIT_CONST_* value for type of constants 1090 flag_bitop(ARGSTATE *argstate, Word orig, elfedit_const_t const_type) argument 1097 flags |= (Word) elfedit_atoconst(argstate->argv[i], const_type);
|
Completed in 55 milliseconds