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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
object_unittest.cc 58 CHECK(object->section_flags(0) == 0);
59 CHECK(object->section_flags(1) == elfcpp::SHF_ALLOC);
binary_unittest.cc 103 CHECK(object->section_flags(1) == (elfcpp::SHF_ALLOC | elfcpp::SHF_WRITE));
  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.cc 76 // section_flags here can be slow, as the information is not cached;
78 if ((object->section_flags(shndx) & elfcpp::SHF_WRITE) == 0)
dynobj.h 228 { return this->elf_file_.section_flags(shndx); }
icf.cc 430 uint64_t secn_flags = (it_v->first)->section_flags(it_v->second);
    [all...]
object.h 531 section_flags(unsigned int shndx) function in class:gold::Object
    [all...]
object.cc     [all...]
  /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/bfd/
vms-alpha.c 1000 vms_secflag_by_name (const struct sec_flags_struct *section_flags,
1006 while (section_flags[i].name != NULL)
1008 if (strcmp (name, section_flags[i].name) == 0)
1011 return section_flags[i].flags_hassize;
1013 return section_flags[i].flags_always;
1018 return section_flags[i].flags_hassize;
1019 return section_flags[i].flags_always;
1025 vms_esecflag_by_name (const struct sec_flags_struct *section_flags,
1031 while (section_flags[i].name != NULL)
1033 if (strcmp (name, section_flags[i].name) == 0
    [all...]
bfd-in.h 506 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
    [all...]
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 1084 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 1181 milliseconds