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

/bionic/linker/
H A Dlinker_phdr.cpp168 bool ElfReader::Load(const android_dlextinfo* extinfo) { function in class:ElfReader
/bionic/tools/relocation_packer/src/
H A Delf_file.cc130 // Load the complete ELF file into a memory image in libelf, and identify
134 bool ElfFile<ELF>::Load() { function in class:relocation_packer::ElfFile
679 // Load the ELF file into libelf.
680 if (!Load()) {
828 // Load the ELF file into libelf.
829 if (!Load()) {

Completed in 3119 milliseconds