Searched defs:elf (Results 1 – 4 of 4) sorted by relevance
138 Elf* elf = elf_begin(fd_, ELF_C_RDWR, NULL); in Load() local282 static void AdjustSectionHeadersForHole(Elf* elf, in AdjustSectionHeadersForHole()437 static void RewriteProgramHeadersForHole(Elf* elf, in RewriteProgramHeadersForHole()467 static Elf_Scn* GetDynamicSection(Elf* elf) { in GetDynamicSection()580 void ElfFile<ELF>::ResizeSection(Elf* elf, Elf_Scn* section, size_t new_size, in ResizeSection()
46 ELFObjectFileBase* elf = dyn_cast_or_null<ELFObjectFileBase>(binaryOrError.get().getBinary()); in getSymbols() local
452 static ElfW(Addr) get_elf_exec_load_bias(const ElfW(Ehdr)* elf) {
1271 void validate_compatibility_of_native_library(const std::string& path, ELFT* elf) {1316 auto elf = llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(obj); local