Searched refs:append_Function (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Stabs.h | 103 Function *append_Function(Module *module, char *fname); 104 Function *append_Function(Module *module, char *linkerName, uint64_t pc);
|
H A D | Dwarf.cc | 506 func = append_Function (ctx); in parseChild() 804 ctx->func = append_Function (ctx); in read_hwcprof_info() 958 DwrCU::append_Function (Dwarf_cnt *ctx) in append_Function() function in DwrCU 985 func = dwarf->stabs->append_Function (module, link_name, pc); in append_Function()
|
H A D | DwarfLib.h | 290 Function *append_Function (Dwarf_cnt *ctx);
|
H A D | Stabs.cc | 2094 func = append_Function (mod, fname); in archive_Stabs() 2319 Stabs::append_Function (Module *module, char *fname) in append_Function() function in Stabs 2399 Stabs::append_Function (Module *module, char *linkerName, uint64_t pc) in append_Function() function in Stabs
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Stabs.h | 103 Function *append_Function(Module *module, char *fname); 104 Function *append_Function(Module *module, char *linkerName, uint64_t pc);
|
H A D | Dwarf.cc | 505 func = append_Function (ctx); in parseChild() 800 ctx->func = append_Function (ctx); in read_hwcprof_info() 954 DwrCU::append_Function (Dwarf_cnt *ctx) in append_Function() function in DwrCU 981 func = dwarf->stabs->append_Function (module, link_name, pc); in append_Function()
|
H A D | DwarfLib.h | 283 Function *append_Function (Dwarf_cnt *ctx);
|
H A D | Stabs.cc | 2094 func = append_Function (mod, fname); in archive_Stabs() 2319 Stabs::append_Function (Module *module, char *fname) in append_Function() function in Stabs 2399 Stabs::append_Function (Module *module, char *linkerName, uint64_t pc) in append_Function() function in Stabs
|