Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Darm_sdiv.S11 .section .text
/art/compiler/
Delf_writer_quick.h90 void AddDynamicTag(Elf32_Sword tag, Elf32_Word offset, ElfSectionBuilder* section);
161 const ElfSectionBuilder* section,
Delf_writer_quick.cc640 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/
Dpatchoat.h112 bool PatchSymbols(Elf32_Shdr* section);
Dpatchoat.cc718 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/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/art/compiler/llvm/
Dintrinsic_func_list.def1114 // InvokeRetxxx() intrinsics in the next section and these will be