HomeSort by relevance Sort by last modified time
    Searched refs:sh_offset (Results 276 - 300 of 304) sorted by null

<<111213

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 440 return getSection(Sec)->sh_offset;
658 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 440 return getSection(Sec)->sh_offset;
658 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 440 return getSection(Sec)->sh_offset;
658 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 440 return getSection(Sec)->sh_offset;
658 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 440 return getSection(Sec)->sh_offset;
658 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 440 return getSection(Sec)->sh_offset;
658 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 440 return getSection(Sec)->sh_offset;
658 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 1194 { return Convert<size, big_endian>::convert_host(this->p_->sh_offset); }
1249 { this->p_->sh_offset = Convert<size, big_endian>::convert_host(v); }
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.h 1018 off_t sh_offset; member in struct:gold::Incremental_inputs_reader::Incremental_input_entry_reader::Input_section_info
1034 info.sh_offset = Swap::readval(p + 8);
    [all...]
output.cc     [all...]
output.h     [all...]
layout.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-mips.c     [all...]
elf32-rx.c     [all...]
elf32-m32c.c     [all...]
elflink.c     [all...]
  /external/elfutils/libelf/
elf.h 279 Elf32_Off sh_offset; /* Section file offset */ member in struct:__anon18915
293 Elf64_Off sh_offset; /* Section file offset */ member in struct:__anon18916
    [all...]
  /external/kmod/port-gnu/
elf.h 278 Elf32_Off sh_offset; /* Section file offset */ member in struct:__anon22154
292 Elf64_Off sh_offset; /* Section file offset */ member in struct:__anon22155
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 274 Elf32_Off sh_offset; /* Section file offset */ member in struct:__anon54523
288 Elf64_Off sh_offset; /* Section file offset */ member in struct:__anon54524
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 276 Elf32_Off sh_offset; /* Section file offset */ member in struct:__anon56319
290 Elf64_Off sh_offset; /* Section file offset */ member in struct:__anon56320
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 120 'sh_name sh_type sh_flags sh_addr sh_offset sh_size sh_link sh_info '
394 shstrtab_off = shstrtab_shdr.sh_offset
413 dynamic_off = dynamic_shdr.sh_offset
414 dynstr_off = dynstr_shdr.sh_offset
436 dynsym_off = dynsym_shdr.sh_offset
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 588 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 319 shdr[sectIdx].sh_offset = ld_sect->offset();
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 212 intptr_t address = (intptr_t)elfHeader + target->sh_offset;
230 intptr_t symbolAddress = (intptr_t)elfHeader + symbolTable->sh_offset;
237 symbolValue = reinterpret_cast<void*>((intptr_t)elfHeader + symbol.st_value + target->sh_offset);
296 intptr_t address = (intptr_t)elfHeader + target->sh_offset;
314 intptr_t symbolAddress = (intptr_t)elfHeader + symbolTable->sh_offset;
321 symbolValue = reinterpret_cast<void*>((intptr_t)elfHeader + symbol.st_value + target->sh_offset);
381 entry = elfImage + sectionHeader[i].sh_offset;
391 const Elf32_Rel &relocation = ((const Elf32_Rel*)(elfImage + sectionHeader[i].sh_offset))[index];
401 const Elf64_Rela &relocation = ((const Elf64_Rela*)(elfImage + sectionHeader[i].sh_offset))[index];
    [all...]
  /external/valgrind/perf/
tinycc.c 306 Elf32_Off sh_offset; /* Section file offset */ member in struct:__anon38157
320 Elf64_Off sh_offset; /* Section file offset */ member in struct:__anon38158
2208 unsigned long sh_offset; \/* address at which the section is relocated *\/ member in struct:Section
    [all...]

Completed in 1802 milliseconds

<<111213