HomeSort by relevance Sort by last modified time
    Searched refs:SHT_DYNAMIC (Results 1 - 25 of 44) sorted by null

1 2

  /external/elfutils/backends/
alpha_symbol.c 98 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
106 && scn_shdr.sh_type == SHT_DYNAMIC
sparc_symbol.c 85 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
93 && scn_shdr.sh_type == SHT_DYNAMIC
ppc_symbol.c 115 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 59 private static final int SHT_DYNAMIC = 6;
344 } else if (sh_type == SHT_DYNAMIC) {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 59 private static final int SHT_DYNAMIC = 6;
344 } else if (sh_type == SHT_DYNAMIC) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ELF.cpp 231 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC);
506 if (Sec.sh_type == ELF::SHT_DYNAMIC) {
  /external/elfutils/tests/
alldts.c 142 shdr->sh_type = SHT_DYNAMIC;
elfstrmerge.c 579 case SHT_DYNAMIC:
  /bionic/libc/kernel/uapi/linux/
elf.h 231 #define SHT_DYNAMIC 6
  /external/kernel-headers/original/uapi/linux/
elf.h 273 #define SHT_DYNAMIC 6
  /external/elfutils/libelf/
elf32_updatenull.c 242 case SHT_DYNAMIC:
elf_getdata.c 58 [SHT_DYNAMIC] = ELF_T_DYN,
  /external/elfutils/src/
findtextrel.c 260 case SHT_DYNAMIC:
elflint.c     [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 154 if (!FindElfSection(elf_base, ".dynamic", SHT_DYNAMIC,
  /external/u-boot/include/
elf.h 277 #define SHT_DYNAMIC 6 /* dynamic section */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 214 #define SHT_DYNAMIC 6 /* dynamic section */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 214 #define SHT_DYNAMIC 6 /* dynamic section */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 708 SHT_DYNAMIC = 6, // Information for dynamic linking.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 577 return S->Type == ELF::SHT_DYNAMIC;
  /art/libelffile/elf/
elf_builder.h 462 dynamic_(this, ".dynamic", SHT_DYNAMIC, SHF_ALLOC, &dynstr_, 0, kPageSize, sizeof(Elf_Dyn)),
    [all...]
  /bionic/linker/
linker_phdr.cpp 372 if (shdr_table_[i].sh_type == SHT_DYNAMIC) {
    [all...]
  /build/soong/symbol_inject/
elf_symboldata_test.go 53 elf.SectionHeader{Name: ".dynamic", Type: elf.SHT_DYNAMIC, Flags: elf.SHF_WRITE + elf.SHF_ALLOC, Addr: 0x600e20, Offset: 0xe20, Size: 0x1d0, Link: 0x5, Info: 0x0, Addralign: 0x8, Entsize: 0x10, FileSize: 0x1d0},
166 elf.SectionHeader{Name: ".dynamic", Type: elf.SHT_DYNAMIC, Flags: elf.SHF_WRITE + elf.SHF_ALLOC, Addr: 0x600e20, Offset: 0xe20, Size: 0x1d0, Link: 0x5, Info: 0x0, Addralign: 0x8, Entsize: 0x10, FileSize: 0x1d0},
  /external/llvm/include/llvm/Support/
ELF.h 671 SHT_DYNAMIC = 6, // Information for dynamic linking.
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 363 ECase(SHT_DYNAMIC)

Completed in 1845 milliseconds

1 2