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

  /art/runtime/
elf_file.cc 126 llvm::ELF::Elf32_Shdr& section_header = GetSectionHeader(i);
350 llvm::ELF::Elf32_Shdr& ElfFile::GetSectionHeader(llvm::ELF::Elf32_Word i) {
365 llvm::ELF::Elf32_Shdr& section_header = GetSectionHeader(i);
388 return GetSectionHeader(GetHeader().e_shstrndx);
450 llvm::ELF::Elf32_Shdr& string_section = GetSectionHeader(symbol_section->sh_link);
483 llvm::ELF::Elf32_Shdr& string_section = GetSectionHeader(symbol_section->sh_link);
  /external/chromium/base/win/
pe_image.cc 86 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(UINT section) const {
117 for (UINT i = 0; NULL != (section = GetSectionHeader(i)); i++) {
140 PIMAGE_SECTION_HEADER section = GetSectionHeader(i);
242 PIMAGE_SECTION_HEADER section = GetSectionHeader(0);
  /external/chromium_org/base/win/
pe_image.cc 87 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(UINT section) const {
118 for (UINT i = 0; NULL != (section = GetSectionHeader(i)); i++) {
141 PIMAGE_SECTION_HEADER section = GetSectionHeader(i);
243 PIMAGE_SECTION_HEADER section = GetSectionHeader(0);

Completed in 100 milliseconds