Searched refs:section (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/arm/ |
D | arm_sdiv.S | 11 .section .text
|
/art/compiler/ |
D | elf_writer_quick.h | 90 void AddDynamicTag(Elf32_Sword tag, Elf32_Word offset, ElfSectionBuilder* section); 161 const ElfSectionBuilder* section,
|
D | elf_writer_quick.cc | 640 ElfSectionBuilder* section) { in AddDynamicTag() argument 644 dynamics_.push_back({section, tag, d_un}); in AddDynamicTag() 873 const std::string& name, const ElfSectionBuilder* section, Elf32_Addr addr, in AddSymbol() argument 875 CHECK(section); in AddSymbol() 876 ElfSymtabBuilder::ElfSymbolState state {name, section, addr, size, is_relative, in AddSymbol()
|
/art/patchoat/ |
D | patchoat.h | 112 bool PatchSymbols(Elf32_Shdr* section);
|
D | patchoat.cc | 718 bool PatchOat::PatchSymbols(Elf32_Shdr* section) { in PatchSymbols() argument 719 Elf32_Sym* syms = reinterpret_cast<Elf32_Sym*>(oat_file_->Begin() + section->sh_offset); in PatchSymbols() 721 reinterpret_cast<Elf32_Sym*>(oat_file_->Begin() + section->sh_offset + section->sh_size); in PatchSymbols() 722 CHECK_EQ(section->sh_size % sizeof(Elf32_Sym), 0u) in PatchSymbols()
|
/art/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/art/compiler/llvm/ |
D | intrinsic_func_list.def | 1114 // InvokeRetxxx() intrinsics in the next section and these will be
|