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

1 2 34 5 6 7 8 910

  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
elf.h 252 #define SHF_WRITE 0x1
  /toolchain/binutils/binutils-2.25/gold/testsuite/
binary_unittest.cc 103 CHECK(object->section_flags(1) == (elfcpp::SHF_ALLOC | elfcpp::SHF_WRITE));
  /external/llvm/test/Object/
obj2yaml.test 231 ELF-MIPSEL-NEXT: Flags: [ SHF_WRITE, SHF_ALLOC ]
236 ELF-MIPSEL-NEXT: Flags: [ SHF_WRITE, SHF_ALLOC ]
312 ELF-MIPS64EL-NEXT: Flags: [ SHF_WRITE, SHF_ALLOC ]
326 ELF-MIPS64EL-NEXT: Flags: [ SHF_WRITE, SHF_ALLOC ]
428 ELF-AVR-NEXT: Flags: [ SHF_WRITE, SHF_ALLOC ]
  /external/mksh/src/
shf.c 458 internal_errorf("%s: %s %zd", "shf_write", "bsize", bsize);
626 return (shf_write(s, strlen(s), shf));
631 shf_write(const char *buf, ssize_t nbytes, struct shf *shf) function
636 internal_errorf("%s: flags 0x%X", "shf_write", shf->flags);
639 internal_errorf("%s: %s %zd", "shf_write", "nbytes", nbytes);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-mcore.c 651 { STRING_COMMA_LEN (".ctors"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
652 { STRING_COMMA_LEN (".dtors"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
elf32-v850.c     [all...]
elf32-m68hc11.c     [all...]
  /external/elfutils/tests/
alldts.c 143 shdr->sh_flags = SHF_ALLOC | SHF_WRITE;
update4.c 168 shdr->sh_flags = SHF_ALLOC | SHF_WRITE;
  /external/llvm/test/MC/AMDGPU/
hsa.s 12 // ELF: SHF_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 272 #define SHF_WRITE 0x1
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 73 unsigned Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_GROUP;
178 Flags |= ELF::SHF_WRITE;
368 unsigned Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE;
422 ".init_array", ELF::SHT_INIT_ARRAY, ELF::SHF_WRITE | ELF::SHF_ALLOC);
424 ".fini_array", ELF::SHT_FINI_ARRAY, ELF::SHF_WRITE | ELF::SHF_ALLOC);
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 285 #define SHF_WRITE 0x1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 294 #define SHF_WRITE 0x1
  /toolchain/binutils/binutils-2.25/gold/
binary.cc 211 | elfcpp::SHF_WRITE),
common.cc 258 elfcpp::Elf_Xword flags = elfcpp::SHF_WRITE | elfcpp::SHF_ALLOC;
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 217 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC);
245 ".lita", ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC);
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 396 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_WRITE,
405 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_WRITE,
  /external/elfutils/src/
elflint.c     [all...]

Completed in 2365 milliseconds

1 2 34 5 6 7 8 910