HomeSort by relevance Sort by last modified time
    Searched refs:sh_addr (Results 151 - 172 of 172) sorted by null

1 2 3 4 5 67

  /art/runtime/
elf.h 1208 Elf32_Addr sh_addr; \/\/ Address where section is to be loaded member in struct:Elf32_Shdr
1222 Elf64_Addr sh_addr; member in struct:Elf64_Shdr
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 404 Addr sh_addr; member in struct:__anon35361::Elf32::Shdr
445 Addr sh_addr; member in struct:__anon35361::Elf64::Shdr
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 1190 { return Convert<size, big_endian>::convert_host(this->p_->sh_addr); }
1245 { this->p_->sh_addr = Convert<size, big_endian>::convert_host(v); }
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 876 if (! bfd_set_section_vma (abfd, newsect, hdr->sh_addr)
1001 + hdr->sh_addr - phdr->p_vaddr);
1017 if (hdr->sh_addr >= phdr->p_vaddr
1018 && (hdr->sh_addr + hdr->sh_size
    [all...]
elflink.c     [all...]
elf32-rx.c     [all...]
  /external/elfutils/libelf/
elf.h 278 Elf32_Addr sh_addr; /* Section virtual addr at execution */ member in struct:__anon11654
292 Elf64_Addr sh_addr; /* Section virtual addr at execution */ member in struct:__anon11655
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 273 Elf32_Addr sh_addr; /* Section virtual addr at execution */ member in struct:__anon37352
287 Elf64_Addr sh_addr; /* Section virtual addr at execution */ member in struct:__anon37353
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 275 Elf32_Addr sh_addr; /* Section virtual addr at execution */ member in struct:__anon39145
289 Elf64_Addr sh_addr; /* Section virtual addr at execution */ member in struct:__anon39146
    [all...]
  /external/elfutils/src/
elfcompress.c 989 shdr->sh_addr = 0;
    [all...]
strip.c 1092 shdr_info[cnt].shdr.sh_addr = 0;
    [all...]
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 217 new_text_vaddr = sec_hdrs[j].sh_addr;
  /external/libunwind/src/
elfxx.c 552 *vaddr = shdr->sh_addr;
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 203 SHeader.sh_addr = Sec->Address;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 318 shdr[sectIdx].sh_addr = ld_sect->addr();
  /external/valgrind/perf/
tinycc.c 305 Elf32_Addr sh_addr; /* Section virtual addr at execution */ member in struct:__anon26366
319 Elf64_Addr sh_addr; /* Section virtual addr at execution */ member in struct:__anon26367
2207 unsigned long sh_addr; \/* address at which the section is relocated *\/ member in struct:Section
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 91 shdr->sh_addr = static_cast<addr_type>(Addr);
141 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr);
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 167 self.sh_addr = f.word()
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.cc     [all...]
output.h     [all...]
layout.cc     [all...]

Completed in 2134 milliseconds

1 2 3 4 5 67