Searched refs:elf_obj (Results 1 – 2 of 2) sorted by relevance
351 Elf* elf_obj = GetElfObj(); in GetLoadBias() local352 if (elf_obj == nullptr) { in GetLoadBias()356 if (elf_obj->valid()) { in GetLoadBias()357 cur_load_bias = elf_obj->GetLoadBias(); in GetLoadBias()389 Elf* elf_obj = GetElfObj(); in GetFullName() local390 if (elf_obj == nullptr || elf_start_offset() == 0 || name().empty()) { in GetFullName()394 std::string soname = elf_obj->GetSoname(); in GetFullName()416 Elf* elf_obj = GetElfObj(); in GetBuildID() local417 if (elf_obj != nullptr) { in GetBuildID()418 result = elf_obj->GetBuildID(); in GetBuildID()
353 ElfFileImpl(BinaryWrapper&& wrapper, const llvm::object::ELFObjectFile<ELFT>* elf_obj) in ElfFileImpl() argument354 : wrapper_(std::move(wrapper)), elf_obj_(elf_obj), elf_(GetELFFile(elf_obj_)) {} in ElfFileImpl()