Lines Matching defs:load
131 /// @param elf_handle the elf handle to load the symbol table from
138 /// @return a smart pointer handle to symtab, set to nullptr if the load was
141 symtab::load(Elf* elf_handle,
161 /// @return a smart pointer handle to symtab, set to nullptr if the load was
164 symtab::load(string_elf_symbols_map_sptr function_symbol_map,
193 /// @param elf_handle the elf handle to load the symbol table from
200 /// @return true if the load succeeded
210 std::cerr << "Could not get ELF header: Skipping symtab load.\n";
217 std::cerr << "No symbol table found: Skipping symtab load.\n";
227 std::cerr << "Invalid symtab header found: Skipping symtab load.\n";
237 std::cerr << "Could not load elf symtab: Skipping symtab load.\n";
247 // to translate from vmlinux load address to section offset by subtracting the
276 std::cerr << "Could not load symbol with index " << i
277 << ": Skipping symtab load.\n";
325 // be a vmlinux load address so we need to subtract the offset before
459 /// @return true if the load succeeded
701 std::cerr << "Could not load symbol with index " << i
702 << ": Skipping alternative symbol load.\n";