HomeSort by relevance Sort by last modified time
    Searched defs:section_type (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 224 section_type(unsigned int shndx);
632 Elf_file<size, big_endian, File>::section_type(unsigned int shndx) function in class:elfcpp::Elf_file
637 file->error(_("section_type: bad shndx %u >= %u"),
  /toolchain/binutils/binutils-2.25/gold/
script-c.h 99 enum Script_section_type section_type; member in struct:gold::Parser_output_section_header
yyscript.y 80 enum Script_section_type section_type;
213 %type <section_type> section_type
378 $$.section_type = $2.section_type;
394 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
399 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
404 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
409 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
411 | '(' section_type ')' ':
424 section_type: label
    [all...]
object.h 546 section_type(unsigned int shndx) function in class:gold::Object
    [all...]
dwp.cc 165 section_type(unsigned int shndx) function in class:gold::Dwo_file
166 { return this->obj_->section_type(shndx); }
271 { return this->elf_file_.section_type(shndx); }
856 if (this->section_type(i) != elfcpp::SHT_PROGBITS)
907 if (this->section_type(i) != elfcpp::SHT_PROGBITS)
1000 if (this->section_type(i) != elfcpp::SHT_PROGBITS)
    [all...]
script-sections.cc 585 Script_sections::Section_type*, bool*)
2756 Output_section_definition::section_type() const function in class:gold::Output_section_definition
    [all...]
  /art/runtime/
elf_file.cc 590 Elf_Word section_type) const {
591 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
592 switch (section_type) {
602 LOG(FATAL) << section_type;
610 Elf_Word section_type) const {
611 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
612 switch (section_type) {
620 LOG(FATAL) << section_type;
629 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
833 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
852 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
1611 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/
ieee.h 154 unsigned int section_type; member in struct:ieee_section
  /art/runtime/gc/space/
image_space.cc 1896 auto section_type = static_cast<ImageHeader::ImageSections>(i); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.h 113 enum section_type enum
158 enum section_type sectype;
538 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 1106 bfd_byte section_type[3];
1123 section_type[0] = this_byte_and_next (&(ieee->h));
1127 switch (section_type[0])
1131 section_type[1] = this_byte (&(ieee->h));
1133 switch (section_type[1])
1138 section_type[2] = this_byte (&(ieee->h));
1139 switch (section_type[2])
1164 section_type[1] = this_byte (&(ieee->h));
1166 switch (section_type[1])
1104 bfd_byte section_type[3]; local
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 408 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
409 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
410 section_type == MachO::S_LAZY_SYMBOL_POINTERS ||
411 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
412 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS ||
413 section_type == MachO::S_SYMBOL_STUBS) {
415 if (section_type == MachO::S_SYMBOL_STUBS)
436 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
808 uint32_t section_type; local
902 uint32_t section_type; local
1093 uint32_t section_type = section_flags & MachO::SECTION_TYPE; local
2238 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
2259 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
2294 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
2334 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
7811 uint32_t section_type = flags & MachO::SECTION_TYPE; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 15427 int section_type; local
    [all...]

Completed in 320 milliseconds