HomeSort by relevance Sort by last modified time
    Searched refs:Elf32_Shdr (Results 51 - 75 of 249) sorted by null

1 23 4 5 6 7 8 910

  /art/compiler/
elf_stripper.cc 41 // | Elf32_Ehdr | contains number of Elf32_Shdr and offset to first
56 // | Elf32_Shdr | section headers
57 // | Elf32_Shdr |
59 // | Elf32_Shdr |
64 // - walk the sections making a new set of Elf32_Shdr section headers for what we want to keep
66 // - write new Elf32_Shdr section headers to end of file, updating Elf32_Ehdr
70 std::vector<Elf32_Shdr> section_headers;
75 Elf32_Shdr* string_section = elf_file->GetSectionNameStringSection();
78 Elf32_Shdr* sh = elf_file->GetSectionHeader(i);
102 Elf32_Shdr& new_sh = section_headers[i]
    [all...]
  /external/chromium_org/courgette/
disassembler_elf_32_x86.h 48 const Elf32_Shdr *section_header,
52 const Elf32_Shdr* section) WARN_UNUSED_RESULT;
disassembler_elf_32_arm.h 67 const Elf32_Shdr *section_header,
71 const Elf32_Shdr* section) WARN_UNUSED_RESULT;
disassembler_elf_32.h 107 const Elf32_Shdr *SectionHeader(int id) const {
173 const Elf32_Shdr *section_header,
176 const Elf32_Shdr *section_header,
190 const Elf32_Shdr* section) WARN_UNUSED_RESULT = 0;
193 Elf32_Shdr *section_header_table_;
disassembler_elf_32.cc 54 if (header_->e_shentsize != sizeof(Elf32_Shdr))
60 section_header_table_ = (Elf32_Shdr *)OffsetToPointer(header_->e_shoff);
108 const Elf32_Shdr *section_header = SectionHeader(section_id);
130 (header_->e_shnum * sizeof(Elf32_Shdr));
189 const Elf32_Shdr *section_header = SectionHeader(i);
263 const Elf32_Shdr *section_header = SectionHeader(section_id);
322 const Elf32_Shdr *section_header,
428 const Elf32_Shdr *section_header = SectionHeader(section_id);
466 const Elf32_Shdr *section_header = SectionHeader(section_id);
491 const Elf32_Shdr *section_header = SectionHeader(section_id)
    [all...]
disassembler_elf_32_x86.cc 64 const Elf32_Shdr *section_header,
118 const Elf32_Shdr* section_header) {
types_elf.h 59 struct Elf32_Shdr {
  /external/elfutils/0.153/libelf/
elf_getshdrstrndx.c 129 & (__alignof__ (Elf32_Shdr) - 1)) == 0))
131 num = ((Elf32_Shdr *) (elf->map_address + offset))->sh_link;
136 Elf32_Shdr shdr_mem;
139 sizeof (Elf32_Shdr), offset)
140 != sizeof (Elf32_Shdr)))
gelf_getshdr.c 82 Elf32_Shdr *shdr
gelf_update_shdr.c 75 Elf32_Shdr *shdr
elf_newscn.c 139 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
  /development/ndk/platforms/android-9/arch-mips/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 96 sizeof(llvm::ELF::Elf32_Shdr) * elf_header->e_shnum) > pDebugImgSize) {
114 llvm::ELF::Elf32_Shdr *section_header_table =
115 reinterpret_cast<llvm::ELF::Elf32_Shdr *>(
  /art/runtime/
elf_file.cc 218 Elf32_Shdr* shstrtab_section_header = GetSectionNameStringSection();
240 Elf32_Shdr* section_header = GetSectionHeader(i);
342 Elf32_Shdr* source_section = nullptr;
346 Elf32_Shdr* section_header = GetSectionHeader(i);
708 Elf32_Shdr* ElfFile::GetSectionHeader(Elf32_Word i) const {
719 return reinterpret_cast<Elf32_Shdr*>(section_header);
722 Elf32_Shdr* ElfFile::FindSectionByType(Elf32_Word type) const {
727 Elf32_Shdr* section_header = GetSectionHeader(i);
749 Elf32_Shdr* ElfFile::GetSectionNameStringSection() const {
796 Elf32_Word ElfFile::GetSymbolNum(Elf32_Shdr& section_header) const
    [all...]

Completed in 4040 milliseconds

1 23 4 5 6 7 8 910