Searched defs:get_symtab (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c57 get_symtab(elfedit_obj_state_t *obj_state, elfedit_section_t *auxsec) function
278 symtab = get_symtab(obj_state, _cache);
283 symtab = get_symtab(obj_state, _cache);
288 symtab = get_symtab(obj_state, _cache);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c62 static void get_symtab(Elf *elf, mod_info_t *module);
189 get_symtab(elf, module);
194 * Get the ELF header and, if it exists, call get_symtab()
216 * address while reading the symbol table, in get_symtab
229 get_symtab(elf, &modules);
454 get_symtab(Elf *elf, mod_info_t *module) function
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1248 /* ========== get_symtab ================================================== */
1258 get_symtab(obj_list * c, function
1318 * Gets the ELF header and, if it exists, call get_symtab() to begin
1346 get_symtab(c, elf_file, ehdr, filename);
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c143 static void get_symtab(Elf *, char *);
483 * Get the ELF header and, if it exists, call get_symtab()
499 get_symtab(elf_file, filename);
534 get_symtab(Elf *elf_file, char *filename) function

Completed in 122 milliseconds