Home
last modified time | relevance | path

Searched refs:STT_SECTION (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp106 case ELF::STT_SECTION: in setType()
135 return ELF::STT_SECTION; in getType()
DELFObjectWriter.cpp126 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION) in operator <()
128 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
130 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
601 if (Symbol.getType() == ELF::STT_SECTION) in isInSymtab()
681 ELF::STT_SECTION); in computeSymbolTable()
698 if (Symbol.getType() != ELF::STT_SECTION) { in computeSymbolTable()
741 unsigned StringIndex = MSD.Symbol->getType() == ELF::STT_SECTION in computeSymbolTable()
DMCContext.cpp352 R->setType(ELF::STT_SECTION); in createELFSectionImpl()
/third_party/elfutils/libebl/
Deblsymboltypename.c51 [STT_SECTION] = "SECTION", in ebl_symbol_type_name()
/third_party/musl/src/internal/
Ddynlink.h84 && (((s)[R_SYM(x)].st_info & 0xf) == STT_SECTION) )
/third_party/elfutils/
DTODO108 ** size for STT_SECTION entries
110 The STT_SECTION entries have zero for the size but can easily get
/third_party/elfutils/tests/
Ddwflsyms.c41 case STT_SECTION: in gelf_type()
Dbacktrace.c456 case STT_SECTION: in exec_dump()
Delfstrmerge.c532 if (GELF_ST_TYPE (sym.st_info) == STT_SECTION in main()
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h197 && (((s)[R_SYM(x)].st_info & 0xf) == STT_SECTION) )
/third_party/elfutils/src/
Dunstrip.c401 if (shndx != i || GELF_ST_TYPE (sym->st_info) != STT_SECTION) in symtab_count_leading_section_symbols()
675 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION), in add_new_section_symbols()
881 if (GELF_ST_TYPE (s->info.info) == STT_SECTION && !rel) in collect_symbols()
939 cmp = ((GELF_ST_TYPE (s2->info.info) == STT_SECTION) in compare_symbols_output()
940 - (GELF_ST_TYPE (s1->info.info) == STT_SECTION)); in compare_symbols_output()
944 if (GELF_ST_TYPE (s1->info.info) == STT_SECTION) in compare_symbols_output()
1849 && GELF_ST_TYPE (s->info.info) == STT_SECTION) in copy_elided_sections()
Daddr2line.c502 case STT_SECTION: in find_symbol()
Dstrip.c1517 || GELF_ST_TYPE (sym->st_info) == STT_SECTION) in handle_elf()
2072 && GELF_ST_TYPE (sym->st_info) != STT_SECTION in handle_elf()
2097 elf_assert (GELF_ST_TYPE (sym->st_info) == STT_SECTION in handle_elf()
Dobjdump.c363 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION) in show_relocs_x()
/third_party/elfio/tests/
DELFIOTest.cpp262 checkSymbol( sr, 1, "", 0x08048114, 0, STB_LOCAL, STT_SECTION, 1, in TEST()
374 checkSymbol( sr, 1, "", 0x00400200, 0, STB_LOCAL, STT_SECTION, 1, in TEST()
666 checkSymbol( sr, 1, "", 0x10000134, 0, STB_LOCAL, STT_SECTION, 1, in TEST()
/third_party/elfutils/libdwfl/
Ddwfl_module_addrsym.c215 && GELF_ST_TYPE (sym.st_info) != STT_SECTION in search_table()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp42 {"Section", "SECTION", ELF::STT_SECTION},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h473 if (ESym->getType() == ELF::STT_SECTION) { in getSymbolName()
593 case ELF::STT_SECTION: in getSymbolType()
623 if (ESym->getType() == ELF::STT_FILE || ESym->getType() == ELF::STT_SECTION) in getSymbolFlags()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h420 #define STT_SECTION 3 /* Section. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h420 #define STT_SECTION 3 /* Section. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp529 #define STT_SECTION 3 macro
/third_party/libbpf/src/
Dlinker.c827 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
1828 if (sym_type == STT_SECTION && dst_sec->sec_sym_idx) { in linker_append_elf_sym()
1969 if (sym_type == STT_SECTION && dst_sym) { in linker_append_elf_sym()
2066 if (ELF64_ST_TYPE(src_sym->st_info) == STT_SECTION) { in linker_append_elf_relos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h886 STT_SECTION = 3, // Symbol refers to a section enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1053 STT_SECTION = 3, // Symbol refers to a section enumerator
/third_party/libabigail/src/
Dabg-elf-helpers.cc43 case STT_SECTION: in stt_to_elf_symbol_type()

12