Home
last modified time | relevance | path

Searched refs:elfedit_cpl_match (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c723 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_A), 1); in cpl_set()
724 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_D), 1); in cpl_set()
725 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_O), 1); in cpl_set()
726 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_W), 1); in cpl_set()
745 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_0), 1); in cpl_set()
746 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_1), 1); in cpl_set()
H A Dmapfile-vers56 elfedit_cpl_match;
H A Dutil.c196 elfedit_cpl_match(cpldata, sym->sym_name, 1); in elfedit_cpl_atoi()
202 elfedit_cpl_match(cpldata, sym->sym_name, 1); in elfedit_cpl_atoui()
H A Delfedit.c2921 elfedit_cpl_match(void *cpldata, const char *str, int casefold) in elfedit_cpl_match() function
2972 elfedit_cpl_match(cpldata, buf.buf, 0); in elfedit_cpl_ndx()
2996 elfedit_cpl_match(cstate, *cmd_name, 1); in match_module_cmds()
3020 elfedit_cpl_match(cstate, modlist->ml_mod->mod_name, 1); in elfedit_cpl_module()
3342 elfedit_cpl_match(&cstate, item.oai_name, 1); in cmd_match_fcn()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c727 elfedit_cpl_match(cpldata, s, 1); in add_shtyp_match()
740 elfedit_cpl_match(cpldata, buf, 1); in add_shtyp_match()
773 elfedit_cpl_match(cpldata, in cpl_sh_opt()
798 elfedit_cpl_match(cpldata, sec->sec_name, 0); in cpl_sh_opt()
900 elfedit_cpl_match(cpldata, str, 0); in cpl_sec_str()
H A Dmapfile-vers63 elfedit_cpl_match { FLAGS = PARENT };
H A Dshdr.c777 elfedit_cpl_match(cpldata, sec->sec_name, 0); in cpl_1starg_sec()
838 elfedit_cpl_match(cpldata, sec->sec_name, 0); in cpl_sh_infolink()
H A Ddyn.c1627 elfedit_cpl_match(cpldata, s, 1); in cpl_eltarg()
1640 elfedit_cpl_match(cpldata, buf, 1); in cpl_eltarg()
1703 elfedit_cpl_match(cpldata, in cpl_posflag1()
H A Dsym.c1508 elfedit_cpl_match(cpldata, sec->sec_name, 0); in cpl_sh_opt()
1574 elfedit_cpl_match(cpldata, sec->sec_name, 0); in cpl_st_shndx()
H A Dcap.c1101 elfedit_cpl_match(cpldata, elfedit_offset_to_str( in cpl_capid_opt()
H A Dehdr.c1508 elfedit_cpl_match(cpldata, sec->sec_name, 0); in cpl_e_shstrndx()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h611 extern void elfedit_cpl_match(void *cpldata, const char *str, int casefold);