Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Delf_file.cc216 switch (section_header->sh_type) { in Setup()
732 if (section_header->sh_type == type) { in FindSectionByType()
814 CHECK(IsSymbolSectionType(section_header.sh_type)) in GetSymbolNum()
815 << file_path_ << " " << section_header.sh_type; in GetSymbolNum()
943 if (static_cast<Elf_Word>(SHT_STRTAB) != string_section.sh_type) { in GetString()
994 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelSectionStart()
1000 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelNum()
1007 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRel()
1014 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelaSectionStart()
1020 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelaNum()
[all …]
Delf.h1209 Elf32_Word sh_type; // Section type (SHT_*) member
1223 Elf64_Word sh_type; member
/art/compiler/linker/
Delf_builder.h115 header_.sh_type = type; in Section()
646 section->header_.sh_type = SHT_NOBITS; in End()
964 load.p_filesz = (shdr.sh_type != SHT_NOBITS ? shdr.sh_size : 0u); in MakeProgramHeaders()