Searched refs:elf_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.h73 : fd_(fd), is_padding_relocations_(false), elf_(NULL),
123 Elf* elf_; member in class:relocation_packer::ElfFile
H A Delf_file.cc144 if (elf_)
276 elf_ = elf;
1090 ResizeSection<Rel>(elf_, relocations_section_, bytes);
1096 ResizeSection<Rel>(elf_, android_relocations_section_, packed_bytes);
1243 ResizeSection<Rel>(elf_, relocations_section_, bytes);
1253 elf_, android_relocations_section_, sizeof(kStubIdentifier));
1276 elf_flagelf(elf_, ELF_C_SET, ELF_F_DIRTY);
1277 elf_flagelf(elf_, ELF_C_SET, ELF_F_LAYOUT);
1280 const off_t file_bytes = elf_update(elf_, ELF_C_WRITE);
1286 elf_end(elf_);
[all...]

Completed in 841 milliseconds