HomeSort by relevance Sort by last modified time
    Searched full:shf_write (Results 76 - 100 of 158) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /external/mksh/src/
shf.c 453 internal_errorf("%s: %s %zd", "shf_write", "bsize", bsize);
621 return (shf_write(s, strlen(s), shf));
626 shf_write(const char *buf, ssize_t nbytes, struct shf *shf) function
631 internal_errorf("%s: flags 0x%X", "shf_write", shf->flags);
634 internal_errorf("%s: %s %zd", "shf_write", "nbytes", nbytes);
  /external/llvm/lib/Object/
ELFYAML.cpp 267 BCase(SHF_WRITE)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf.h 273 #define SHF_WRITE 0x1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 273 #define SHF_WRITE 0x1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 273 #define SHF_WRITE 0x1
  /external/llvm/lib/MC/
MCELFStreamer.cpp 45 ELF::SHF_WRITE | ELF::SHF_ALLOC,
61 ELF::SHF_WRITE | ELF::SHF_ALLOC,
270 ELF::SHF_WRITE |
  /external/elfutils/src/
elflint.c     [all...]
size.c 565 if ((shdr->sh_flags & SHF_WRITE) == 0)
  /external/elfutils/tests/
update4.c 176 shdr->sh_flags = SHF_ALLOC | SHF_WRITE;
  /art/compiler/
elf_writer_quick.cc 538 // TODO: SHF_WRITE for .dynamic is considered processor specific, do we need it?
541 section_headers[SH_DYNAMIC].sh_flags = llvm::ELF::SHF_WRITE | llvm::ELF::SHF_ALLOC;
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 396 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_WRITE,
403 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_WRITE,
  /external/valgrind/main/VEX/switchback/
linker.c     [all...]
  /external/valgrind/main/VEX/unused/
linker.c 987 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_WRITE)) {
993 && (hdr.sh_flags & SHF_ALLOC) && !(hdr.sh_flags & SHF_WRITE)) {
999 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_WRITE)) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 151 SHF_WRITE = 0x1, /* data should be writable at runtime */
elf.c 651 if (sect->flags & SHF_WRITE)
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 321 if (0 != (pSectionFlag & llvm::ELF::SHF_WRITE))
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 736 ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC,
770 ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC,
    [all...]
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 284 #define SHF_WRITE 0x1 /* Writable */
  /external/llvm/include/llvm/Object/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 377 LLVM_READOBJ_ENUM_ENT(ELF, SHF_WRITE ),
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1294 milliseconds

1 2 34 5 6 7