Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 2 of 2) sorted by relevance

/art/tools/create_minidebuginfo/
Dcreate_minidebuginfo.cc152 std::vector<uint8_t> elf(input_file->GetLength()); in Main() local
153 CHECK(input_file->ReadFully(elf.data(), elf.size())) << "Failed to read input file"; in Main()
157 if (ElfDebugReader<ElfTypes32>::IsValidElfHeader(elf)) { in Main()
158 WriteMinidebugInfo<ElfTypes32>(elf, &output); in Main()
159 } else if (ElfDebugReader<ElfTypes64>::IsValidElfHeader(elf)) { in Main()
160 WriteMinidebugInfo<ElfTypes64>(elf, &output); in Main()
/art/libelffile/
DAndroid.bp32 "elf/xz_utils.cc",