/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 106 case ELF::STT_SECTION: in setType() 135 return ELF::STT_SECTION; in getType()
|
H A D | ELFObjectWriter.cpp | 126 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() [all...] |
H A D | MCContext.cpp | 352 R->setType(ELF::STT_SECTION); in createELFSectionImpl()
|
/third_party/elfutils/libebl/ |
H A D | eblsymboltypename.c | 51 [STT_SECTION] = "SECTION", in ebl_symbol_type_name()
|
/third_party/elfutils/tests/ |
H A D | dwflsyms.c | 41 case STT_SECTION: in gelf_type()
|
H A D | backtrace.c | 456 case STT_SECTION: in exec_dump()
|
H A D | elfstrmerge.c | 532 if (GELF_ST_TYPE (sym.st_info) == STT_SECTION in main()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | dynlink.h | 209 && (((s)[R_SYM(x)].st_info & 0xf) == STT_SECTION) )
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 239 && (((s)[R_SYM(x)].st_info & 0xf) == STT_SECTION) )
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 402 if (shndx != i || GELF_ST_TYPE (sym->st_info) != STT_SECTION) in symtab_count_leading_section_symbols() 676 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION), in add_new_section_symbols() 706 /* This has the side effect of updating STT_SECTION symbols' values, 883 if (GELF_ST_TYPE (s->info.info) == STT_SECTION && !rel) in collect_symbols() 941 cmp = ((GELF_ST_TYPE (s2->info.info) == STT_SECTION) in compare_symbols_output() 942 - (GELF_ST_TYPE (s1->info.info) == STT_SECTION)); in compare_symbols_output() 946 if (GELF_ST_TYPE (s1->info.info) == STT_SECTION) in compare_symbols_output() 1851 && GELF_ST_TYPE (s->info.info) == STT_SECTION) in copy_elided_sections()
|
H A D | objdump.c | 363 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION) in show_relocs_x()
|
H A D | addr2line.c | 502 case STT_SECTION: in find_symbol()
|
H A D | strip.c | 1517 || 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()
|
H A D | nm.c | 789 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_SECTION) in show_symbols_sysv()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_addrsym.c | 215 && 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/ |
H A D | ELFObjectFile.cpp | 42 {"Section", "SECTION", ELF::STT_SECTION},
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 262 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/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 529 #define STT_SECTION 3 macro
|
/third_party/libbpf/src/ |
H A D | linker.c | 119 /* corresponding STT_SECTION symbol index in SYMTAB */ 827 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab() 1839 /* allow only one STT_SECTION symbol per section */ in linker_append_elf_sym() 1840 if (sym_type == STT_SECTION && dst_sec->sec_sym_idx) { in linker_append_elf_sym() 1981 if (sym_type == STT_SECTION && dst_sym) { in linker_append_elf_sym() 2071 if (ELF64_ST_TYPE(src_sym->st_info) == STT_SECTION) { in linker_append_elf_relos() 2091 pr_warn("relocation against STT_SECTION in non-exec section is not supported!\n"); in linker_append_elf_relos()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 473 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/libabigail/src/ |
H A D | abg-elf-helpers.cc | 43 case STT_SECTION: in stt_to_elf_symbol_type()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 886 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/ |
H A D | ELF.h | 1053 STT_SECTION = 3, // Symbol refers to a section enumerator
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 460 { STT_FUNC, "FUNC" }, { STT_SECTION, "SECTION" },
|
H A D | elf_types.hpp | 708 constexpr Elf_Word STT_SECTION = 3; member
|