Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 - 25 of 56) sorted by relevance

123

/third_party/elfio/examples/write_obj/
H A Dwrite_obj.cpp84 sym_sec->set_type( SHT_SYMTAB ); in main()
87 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in main()
/third_party/elfio/tests/
H A DELFIOTest1.cpp86 sym_sec->set_type( SHT_SYMTAB ); in write_obj_i386()
90 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in write_obj_i386()
632 sym_sec->set_type( SHT_SYMTAB ); in TEST()
636 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in TEST()
749 sym_sec->set_type( SHT_SYMTAB ); in TEST()
753 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in TEST()
/third_party/libbpf/src/
H A Delf.c352 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_find_func_offset()
384 /* Search SHT_DYNSYM, SHT_SYMTAB for symbol. This search order is used because if in elf_find_func_offset()
488 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_resolve_syms_offsets()
584 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM }; in elf_resolve_pattern_offsets()
/third_party/elfio/examples/tutorial/
H A Dtutorial.cpp84 if ( psec->get_type() == SHT_SYMTAB ) { in main()
/third_party/elfutils/tests/
H A Dasm-tst8.c121 if (shdr->sh_type != SHT_SYMTAB) in main()
H A Dasm-tst7.c120 if (shdr->sh_type != SHT_SYMTAB) in main()
H A Dsectiondump.c122 case SHT_SYMTAB: in handle_section()
H A Dasm-tst3.c49 [3] = SHT_SYMTAB,
H A Delfstrmerge.c245 if (symtabshdr->sh_type == SHT_SYMTAB) in main()
514 case SHT_SYMTAB: in main()
/third_party/elfutils/libasm/
H A Ddisasm_cb.c86 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
H A Dasm_end.c275 shdr->sh_type = SHT_SYMTAB; in binary_end()
/third_party/elfutils/libelf/
H A Dnlist.c99 if (shdr->sh_type == SHT_SYMTAB) in nlist()
H A Delf_getdata.c54 [SHT_SYMTAB] = ELF_T_SYM,
H A Delf32_updatenull.c224 case SHT_SYMTAB: in __elfw2()
/third_party/elfutils/src/
H A Darlib.c230 symtype = SHT_SYMTAB; in arlib_add_symbols()
H A Dunstrip.c369 case SHT_SYMTAB: in section_can_shrink()
1453 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB) in copy_elided_sections()
1474 if (shdr->sh_type == SHT_SYMTAB) in copy_elided_sections()
1735 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()
1776 if (shdr_mem.sh_type == SHT_SYMTAB) in copy_elided_sections()
H A Delfclassify.c321 if (shdr->sh_type == SHT_SYMTAB) in run_classify()
H A Dfindtextrel.c291 case SHT_SYMTAB: in process_file()
/third_party/elfutils/libdwfl/
H A Drelocate.c135 if ((shdr->sh_type == SHT_SYMTAB in relocate_getsym()
145 case SHT_SYMTAB: in relocate_getsym()
/third_party/vixl/examples/aarch32/
H A Ddisasm-a32.cc273 section_locator.Locate(SHT_SYMTAB, ".symtab"), in main()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp985 SHT_SYMTAB, in writeObjectCode()
1102 SHT_SYMTAB, in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp930 SHT_SYMTAB, in writeObjectCode()
1047 SHT_SYMTAB, in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_genc.cpp930 SHT_SYMTAB, in writeObjectCode()
1047 SHT_SYMTAB, in writeObjectCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h642 if (SymTable.sh_type != ELF::SHT_SYMTAB && in getSHNDXTable()
647 " section (expected SHT_SYMTAB/SHT_DYNSYM)"); in getSHNDXTable()
672 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM) in getStringTableForSymtab()
675 "invalid sh_type for symbol table, expected SHT_SYMTAB or SHT_DYNSYM"); in getStringTableForSymtab()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp468 #define SHT_SYMTAB 2 macro

Completed in 26 milliseconds

123