Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 7 of 7) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.h66 bool Load();
Delf_file.cc134 bool ElfFile<ELF>::Load() { in Load() function in relocation_packer::ElfFile
680 if (!Load()) { in PackRelocations()
829 if (!Load()) { in UnpackRelocations()
/bionic/libc/arch-x86/bionic/
D__bionic_clone.S15 # Load system call arguments into registers.
Dsyscall.S36 # Load all the arguments from the calling frame.
/bionic/linker/
Dlinker_phdr.h46 bool Load(const android_dlextinfo* extinfo);
Dlinker_phdr.cpp168 bool ElfReader::Load(const android_dlextinfo* extinfo) { in Load() function in ElfReader
Dlinker.cpp635 if (!elf_reader.Load(extinfo_)) { in load()