Searched defs:ElfFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.h32 // ElfFile elf_file(fd);
67 // An ElfFile reads shared objects, and shuttles relative relocations
70 class ElfFile { class in namespace:relocation_packer
72 explicit ElfFile(int fd) function in class:relocation_packer::ElfFile
76 ~ElfFile() {}
95 // Load a new ElfFile from a filedescriptor. If flushing, the file must

Completed in 52 milliseconds