Searched refs:ElfFile (Results 1 - 4 of 4) 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
H A Delf_file_unittest.cc122 TEST(ElfFile, PackRelocations) {
131 ElfFile elf_file(fileno(relocs_so));
143 TEST(ElfFile, UnpackRelocations) {
152 ElfFile elf_file(fileno(packed_relocs_so));
H A Dmain.cc158 relocation_packer::ElfFile elf_file(fd);
H A Delf_file.cc143 bool ElfFile::Load() {
938 bool ElfFile::PackRelocations() {
977 bool ElfFile::PackTypedRelocations(const std::vector<Rel>& relocations,
1131 bool ElfFile::UnpackRelocations() {
1175 bool ElfFile::UnpackTypedRelocations(const std::vector<uint8_t>& packed,
1273 void ElfFile::Flush() {

Completed in 1533 milliseconds