HomeSort by relevance Sort by last modified time
    Searched full:shdr (Results 76 - 92 of 92) sorted by null

1 2 34

  /sdk/emulator/qtools/
trace_reader.h 586 Elf32_Shdr *shdr; local
621 shdr = ReadSectionHeaders(hdr, fobj);
622 if(shdr == NULL) {
626 char *section_names = ReadStringTable(hdr, shdr, fobj);
629 symtab = FindSymbolTableSection(hdr, shdr, section_names);
636 symstr = FindSymbolStringTableSection(hdr, shdr, section_names);
694 if ((shdr[section].sh_flags & SHF_EXECINSTR) == 0)
748 if ((shdr[section].sh_flags & SHF_EXECINSTR) == 0)
751 uint32_t addr = shdr[section].sh_addr;
763 int idx = shdr[section].sh_name
    [all...]
  /external/elfutils/libebl/
libebl.h 148 const GElf_Shdr *shdr, const char *name);
214 const GElf_Shdr *shdr, const char *name,
eblopenbackend.c 540 const GElf_Shdr *shdr __attribute__ ((unused)),
  /external/elfutils/libdwfl/
ChangeLog 292 * dwfl_report_elf.c (__libdwfl_report_elf): Clear SHDR->sh_offset when
293 caching SHDR->sh_addr = 0.
353 in-core shdr after applying it.
864 arguments SHNDX, SHDR.
    [all...]
libdwfl.h 86 GElf_Word shndx, const GElf_Shdr *shdr,
linux-kernel-modules.c 719 const GElf_Shdr *shdr __attribute__ ((unused)),
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 1228 SIPHeader shdr = smp.parseSIPHeader(headers); local
    [all...]
  /external/elfutils/src/
ld.h 163 XElf_Shdr *shdr; member in struct:usedfiles::scninfo
166 XElf_Shdr shdr; member in struct:usedfiles::scninfo
    [all...]
ld.c     [all...]
ChangeLog 686 * readelf.c (print_debug): Fix brainos in SHDR test.
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 130 Elf_Shdr *shdr = const_cast<Elf_Shdr*>( local
135 shdr->sh_addr = static_cast<addr_type>(Addr);
  /external/qemu/
elf.h 863 /* Processor specific values for the Shdr sh_type field. *
    [all...]
  /external/elfutils/libelf/
ChangeLog 287 * elf32_getshdr.c: Don't byteswap shdr fields when EI_DATA matches
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]

Completed in 2897 milliseconds

1 2 34