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

1 2 3 4

  /test/vts/utils/python/library/
elf_consts.py 32 SHT_DYNAMIC = 6
elf_parser.py 295 if sh.type == elf_consts.SHT_DYNAMIC:
  /external/elfutils/backends/
alpha_symbol.c 97 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
105 && scn_shdr.sh_type == SHT_DYNAMIC
sparc_symbol.c 84 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
92 && scn_shdr.sh_type == SHT_DYNAMIC
ppc_symbol.c 101 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 42 llvm::ELF::SHT_DYNAMIC,
ELFExecFileFormat.cpp 43 llvm::ELF::SHT_DYNAMIC,
ELFObjectWriter.cpp 580 if (llvm::ELF::SHT_DYNAMIC == pSection.type())
598 if (llvm::ELF::SHT_DYNAMIC == pSection.type())
  /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) {
  /external/elfutils/tests/
alldts.c 142 shdr->sh_type = SHT_DYNAMIC;
  /external/syslinux/com32/include/sys/
elfcommon.h 199 #define SHT_DYNAMIC 6
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
cshared_test.go 468 ds := f.SectionByType(elf.SHT_DYNAMIC)
470 t.Fatalf("no SHT_DYNAMIC section")
474 t.Fatalf("can't read SHT_DYNAMIC contents: %v", err)
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
cshared_test.go 468 ds := f.SectionByType(elf.SHT_DYNAMIC)
470 t.Fatalf("no SHT_DYNAMIC section")
474 t.Fatalf("can't read SHT_DYNAMIC contents: %v", err)
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 281 #define SHT_DYNAMIC 6
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 524 ds := f.SectionByType(elf.SHT_DYNAMIC)
526 t.Error("no SHT_DYNAMIC section")
531 t.Errorf("can't read SHT_DYNAMIC contents: %v", err)
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 524 ds := f.SectionByType(elf.SHT_DYNAMIC)
526 t.Error("no SHT_DYNAMIC section")
531 t.Errorf("can't read SHT_DYNAMIC contents: %v", err)
  /external/elfutils/libelf/
elf32_updatenull.c 246 case SHT_DYNAMIC:
elf_getdata.c 60 [SHT_DYNAMIC] = ELF_T_DYN,
  /external/elfutils/src/
findtextrel.c 276 case SHT_DYNAMIC:
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 154 if (!FindElfSection(elf_base, ".dynamic", SHT_DYNAMIC,
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 61 private static final int SHT_DYNAMIC = 6;
764 } else if (sh_type == SHT_DYNAMIC) {
    [all...]
  /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...]

Completed in 251 milliseconds

1 2 3 4