HomeSort by relevance Sort by last modified time
    Searched refs:section_type (Results 1 - 25 of 35) sorted by null

1 2

  /external/google-breakpad/src/common/linux/
elfutils-inl.h 48 typename ElfClass::Word section_type,
63 if (sections[i].sh_type == section_type &&
elfutils.h 73 // Attempt to find a section named |section_name| of type |section_type|
80 uint32_t section_type,
90 typename ElfClass::Word section_type,
elfutils.cc 45 typename ElfClass::Word section_type,
68 FindElfSectionByName<ElfClass>(section_name, section_type,
123 uint32_t section_type,
146 FindElfClassSection<ElfClass32>(elf_base, section_name, section_type,
150 FindElfClassSection<ElfClass64>(elf_base, section_name, section_type,
  /art/runtime/
elf_file_impl.h 91 static bool IsSymbolSectionType(Elf_Word section_type);
93 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;
97 Elf_Addr FindSymbolAddress(Elf_Word section_type,
144 Elf_Sym* GetSymbolSectionStart(Elf_Word section_type) const;
145 const char* GetStringSectionStart(Elf_Word section_type) const;
155 SymbolTable** GetSymbolTable(Elf_Word section_type);
178 Elf_Sym* FindSymbolByName(Elf_Word section_type,
188 const char* GetString(Elf_Word section_type, Elf_Word) const;
elf_file.cc 589 Elf_Word section_type) const {
590 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
591 switch (section_type) {
601 LOG(FATAL) << section_type;
609 Elf_Word section_type) const {
610 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
611 switch (section_type) {
619 LOG(FATAL) << section_type;
628 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
832 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
851 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
1610 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; local
    [all...]
elf_file.h 74 uint64_t FindSymbolAddress(unsigned section_type,
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
bitcode.cpp 90 enum module::section::type section_type) {
93 m.secs.emplace_back(0, section_type, code.size(), code);
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
codegen.hpp 50 enum module::section::type section_type);
  /toolchain/binutils/binutils-2.27/gold/
yyscript.y 80 enum Script_section_type section_type;
215 %type <section_type> section_type
380 $$.section_type = $2.section_type;
396 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
401 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
406 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
411 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
413 | '(' section_type ')' ':
426 section_type: label
    [all...]
nacl.h 202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE)
mapfile.cc 364 unsigned int sh_type = relobj->section_type(i);
script-c.h 99 enum Script_section_type section_type; member in struct:gold::Parser_output_section_header
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...]
dynobj.h 253 { return this->elf_file_.section_type(shndx); }
incremental-dump.cc 246 || elf_file.section_type(strtab_shndx) != elfcpp::SHT_STRTAB)
dwarf_reader.cc 366 reloc_type = object->section_type(i);
537 reloc_type = object->section_type(i);
    [all...]
script-sections.cc 601 Script_sections::Section_type*, bool*)
2868 Output_section_definition::section_type() const function in class:gold::Output_section_definition
    [all...]
object.h 605 section_type(unsigned int shndx) function in class:gold::Object
    [all...]
layout.h 950 Script_sections::Section_type section_type);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldlang.h 115 enum section_type enum
160 enum section_type sectype;
533 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
  /toolchain/binutils/binutils-2.27/include/
ieee.h 154 unsigned int section_type; member in struct:ieee_section
  /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.27/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.27/bfd/
ieee.c 1149 bfd_byte section_type[3];
1169 section_type[0] = this_byte_and_next (&(ieee->h));
1173 switch (section_type[0])
1177 section_type[1] = this_byte (&(ieee->h));
1179 switch (section_type[1])
1185 section_type[2] = this_byte (&(ieee->h));
1186 switch (section_type[2])
1214 section_type[1] = this_byte (&(ieee->h));
1216 switch (section_type[1])
1147 bfd_byte section_type[3]; local
    [all...]
  /art/runtime/gc/space/
image_space.cc 1982 auto section_type = static_cast<ImageHeader::ImageSections>(i); local
    [all...]

Completed in 850 milliseconds

1 2