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

/art/runtime/
H A Delf_file.cc216 switch (section_header->sh_type) {
732 if (section_header->sh_type == type) {
814 CHECK(IsSymbolSectionType(section_header.sh_type))
815 << file_path_ << " " << section_header.sh_type;
943 if (static_cast<Elf_Word>(SHT_STRTAB) != string_section.sh_type) {
994 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
1000 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
1007 CHECK(SHT_REL == section_header.sh_type) << file_path
[all...]
H A Delf.h1209 Elf32_Word sh_type; // Section type (SHT_*) member in struct:Elf32_Shdr
1223 Elf64_Word sh_type; member in struct:Elf64_Shdr
/art/compiler/linker/
H A Delf_builder.h115 header_.sh_type = type;
646 section->header_.sh_type = SHT_NOBITS;
964 load.p_filesz = (shdr.sh_type != SHT_NOBITS ? shdr.sh_size : 0u);

Completed in 16 milliseconds