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

  /toolchain/binutils/binutils-2.25/gold/
icf.cc 614 unsigned int kept_section = (*kept_section_id)[i]; local
615 if (kept_section != (*kept_section_id)[kept_section])
617 (*kept_section_id)[i] = (*kept_section_id)[kept_section];
645 unsigned int kept_section = it->second; local
646 if (full_section_contents[kept_section].length()
649 if (memcmp(full_section_contents[kept_section].c_str(),
653 (*kept_section_id)[i] = kept_section;
    [all...]
object.cc 981 Kept_section* kept_section = NULL; local
992 true, &kept_section);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 1530 struct bfd_section *kept_section; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 1530 struct bfd_section *kept_section; member in struct:bfd_section
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in2.h 1560 struct bfd_section *kept_section; member in struct:bfd_section
    [all...]

Completed in 1153 milliseconds