HomeSort by relevance Sort by last modified time
    Searched defs:section_flags (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 216 section_flags(unsigned int shndx);
594 Elf_file<size, big_endian, File>::section_flags(unsigned int shndx) function in class:elfcpp::Elf_file
599 file->error(_("section_flags: bad shndx %u >= %u"),
618 file->error(_("section_flags: bad shndx %u >= %u"),
  /toolchain/binutils/binutils-2.25/gold/
object.h 531 section_flags(unsigned int shndx) function in class:gold::Object
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 151 section_flags [] =
171 for (i = 0; i < ARRAY_SIZE (section_flags); i++)
172 if (streq (section->name, section_flags[i].name))
174 section->flags |= section_flags[i].flags;
150 section_flags [] = local
    [all...]
bfd-in2.h 513 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
6856 flagword section_flags; member in struct:bfd_target
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 1019 uint32_t section_flags; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 518 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
6275 flagword section_flags; member in struct:bfd_target
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 518 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
6275 flagword section_flags; member in struct:bfd_target
    [all...]

Completed in 737 milliseconds