Searched refs:get_symtab (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit_machelf.c | 58 get_symtab(elfedit_obj_state_t *obj_state, elfedit_section_t *auxsec) in get_symtab() function 280 symtab = get_symtab(obj_state, _cache); in elfedit64_init_obj_state() 285 symtab = get_symtab(obj_state, _cache); in elfedit64_init_obj_state() 290 symtab = get_symtab(obj_state, _cache); in elfedit64_init_obj_state()
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 60 static void get_symtab(Elf *elf, mod_info_t *module); 187 get_symtab(elf, module); in process_namelist() 227 get_symtab(elf, &modules); in process() 454 get_symtab(Elf *elf, mod_info_t *module) in get_symtab() function
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 146 static void get_symtab(Elf *, char *); 546 get_symtab(elf_file, filename); 581 get_symtab(Elf *elf_file, char *filename) function
|
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 1258 get_symtab(obj_list * c, in get_symtab() function 1346 get_symtab(c, elf_file, ehdr, filename); in process()
|