Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 3 of 3) sorted by relevance

/art/test/
Dstandalone_test_lib_check.cc105 Elf* elf = elf_begin(fd.get(), ELF_C_READ, /*ref=*/nullptr); in GetDynamicLibDeps() local
/art/dex2oat/linker/
Delf_writer_test.cc94 Elf* elf = elf_begin(file->Fd(), ELF_C_READ, /*ref=*/nullptr); in FindSymbolAddress() local
170 Elf* elf = elf_begin(file->Fd(), ELF_C_READ, /*ref=*/nullptr); in HasSection() local
/art/tools/create_minidebuginfo/
Dcreate_minidebuginfo.cc188 std::vector<uint8_t> elf(input_file->GetLength()); in Main() local