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

  /toolchain/binutils/binutils-2.25/gold/
icf.h 55 Sections_reachable_info section_info; member in struct:gold::Icf::__anon115867
object.h 556 section_info(unsigned int shndx) function in class:gold::Object
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 232 section_info(unsigned int shndx);
670 Elf_file<size, big_endian, File>::section_info(unsigned int shndx) function in class:elfcpp::Elf_file
675 file->error(_("section_info: bad shndx %u >= %u"),
  /art/dexlayout/
dexdiag.cc 148 const DexSectionInfo& section_info = pair.second; local
149 header_width = std::max(header_width, static_cast<int>(section_info.name.length()));
161 const DexSectionInfo& section_info = pair.second; local
162 std::cout << section_info.letter << " " << section_info.name.c_str() << std::endl;
243 const DexSectionInfo& section_info = kDexSectionInfoMap.find(type)->second; local
249 printer->PrintOne(section_info.name.c_str(),
  /toolchain/binutils/binutils-2.25/bfd/
libcoff-in.h 488 struct coff_link_section_info *section_info; member in struct:coff_final_link_info
libcoff.h 492 struct coff_link_section_info *section_info; member in struct:coff_final_link_info
    [all...]
xcofflink.c 172 struct xcoff_link_section_info *section_info; member in struct:xcoff_final_link_info
    [all...]
  /external/elfutils/src/
readelf.c 205 section_info = 8, /* .debug_info, .debug_types */ enumerator in enum:section_e
206 section_types = section_info,
217 | section_info | section_line | section_loc
415 implicit_debug_sections |= section_info;
420 print_debug_sections |= section_info;
424 implicit_debug_sections |= section_info;
    [all...]

Completed in 3171 milliseconds