• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/

Lines Matching refs:sh_type

391                            Obj->getHeader()->e_machine, Sec->sh_type) +
399 Obj->getHeader()->e_machine, Sec->sh_type) +
415 Obj->getHeader()->e_machine, Sec->sh_type) +
419 if ((*SymtabOrErr)->sh_type != ExpectedType)
423 Sec->sh_type) +
429 (*SymtabOrErr)->sh_type));
437 Sec->sh_type) +
1131 getFullSymbolName(Sym, *StrTableOrErr, SymTab->sh_type == SHT_DYNSYM);
1920 if (Sec.sh_type != ELF::SHT_DYNAMIC)
2064 switch (Sec.sh_type) {
2906 if (Sec.sh_type != ELF::SHT_ARM_ATTRIBUTES &&
2907 Sec.sh_type != ELF::SHT_RISCV_ATTRIBUTES)
3234 if (PltRelSec->sh_type == ELF::SHT_REL) {
3535 if (Sec.sh_type != ELF::SHT_GROUP)
3685 if (Sec.sh_type != ELF::SHT_REL && Sec.sh_type != ELF::SHT_RELA &&
3686 Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_REL &&
3687 Sec.sh_type != ELF::SHT_ANDROID_RELA &&
3688 Sec.sh_type != ELF::SHT_ANDROID_RELR)
3694 if (Sec.sh_type == ELF::SHT_ANDROID_REL ||
3695 Sec.sh_type == ELF::SHT_ANDROID_RELA) {
3702 if (!opts::RawRelr && (Sec.sh_type == ELF::SHT_RELR ||
3703 Sec.sh_type == ELF::SHT_ANDROID_RELR)) {
3714 printRelocHeader(Sec.sh_type);
3720 switch (Sec.sh_type) {
3748 Sec.sh_type == ELF::SHT_ANDROID_RELA);
3940 getSectionTypeString(Obj->getHeader()->e_machine, Sec.sh_type);
4247 if (Sec.sh_type == ELF::SHT_NOBITS)
4264 if (Sec.sh_type == ELF::SHT_NOBITS)
4288 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0);
4306 bool CheckOffset = (Sec.sh_type == ELF::SHT_NOBITS) ||
4417 if (Sec.sh_type == ELF::SHT_NULL)
4629 Sec->sh_type) +
5518 if (S.sh_type != SHT_NOTE)
5569 if (Shdr.sh_type != ELF::SHT_LLVM_DEPENDENT_LIBRARIES)
5841 uint32_t SectionType = ElfSec->sh_type;
6194 if (Sec.sh_type != ELF::SHT_REL && Sec.sh_type != ELF::SHT_RELA &&
6195 Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_REL &&
6196 Sec.sh_type != ELF::SHT_ANDROID_RELA &&
6197 Sec.sh_type != ELF::SHT_ANDROID_RELR)
6219 switch (Sec->sh_type) {
6308 object::getELFSectionTypeName(Obj->getHeader()->e_machine, Sec.sh_type),
6309 Sec.sh_type);
6343 if (opts::SectionData && Sec.sh_type != ELF::SHT_NOBITS) {
6843 if (S.sh_type != SHT_NOTE)
6884 if (Shdr.sh_type != ELF::SHT_LLVM_LINKER_OPTIONS)