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

/bionic/tools/relocation_packer/src/
H A Delf_file.h30 // An ElfFile reads shared objects, and shuttles relative relocations
34 class ElfFile { class in namespace:relocation_packer
36 explicit ElfFile(int fd) function in class:relocation_packer::ElfFile
40 ~ElfFile() {}
63 // Load a new ElfFile from a filedescriptor. If flushing, the file must

Completed in 46 milliseconds