HomeSort by: relevance | last modified time | path
    Searched refs:FirstSec (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 2284 auto *FirstSec = Sec.ParentSegment && Sec.ParentSegment->Type == PT_LOAD
2290 if (FirstSec && FirstSec == &Sec)
2301 if (!FirstSec) {
2302 // FirstSec being nullptr generally means that Sec does not have the
2305 } else if (FirstSec != &Sec) {
2308 Off = Sec.OriginalOffset - FirstSec->OriginalOffset + FirstSec->Offset;
2331 const SectionBase *FirstSec = Seg->firstSection();
2333 FirstSec ? FirstSec->Offse
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp 484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection();
486 if (&Loc.getLabel()->getSection() != FirstSec) {
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 512 if (!YamlPhdr.FirstSec && !YamlPhdr.LastSec)
516 size_t First = NameToIndex[*YamlPhdr.FirstSec];
518 reportError("unknown section or fill referenced: '" + *YamlPhdr.FirstSec +
519 "' by the 'FirstSec' key of the program header with index " +
531 ": the section index of " + *YamlPhdr.FirstSec +
ELFYAML.cpp 1025 IO.mapOptional("FirstSec", Phdr.FirstSec);
1037 if (!FileHdr.FirstSec && FileHdr.LastSec)
1038 return "the \"LastSec\" key can't be used without the \"FirstSec\" key";
1039 if (FileHdr.FirstSec && !FileHdr.LastSec)
1040 return "the \"FirstSec\" key can't be used without the \"LastSec\" key";
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 688 Optional<StringRef> FirstSec;
691 // This vector contains all chunks from [FirstSec, LastSec].
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 466 if (!PH.FirstSec)
467 PH.FirstSec = S.Name;

Completed in 63 milliseconds