Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB_SHNDX (Results 1 - 25 of 29) sorted by relevance

12

/third_party/elfutils/libdwfl/
H A Drelocate.c136 || shdr->sh_type == SHT_SYMTAB_SHNDX) in relocate_getsym()
152 case SHT_SYMTAB_SHNDX: in relocate_getsym()
H A Ddwfl_module_getdwarf.c641 case SHT_SYMTAB_SHNDX: in load_symtab()
653 /* We found one, though no SHT_SYMTAB_SHNDX to go with it. */ in load_symtab()
656 /* We found no SHT_SYMTAB, so any SHT_SYMTAB_SHNDX was bogus. in load_symtab()
1020 case SHT_SYMTAB_SHNDX: in find_aux_sym()
1032 /* We found one, though no SHT_SYMTAB_SHNDX to go with it. */ in find_aux_sym()
/third_party/elfutils/libelf/
H A Delf32_getshdr.c153 if (shdr[cnt].sh_type == SHT_SYMTAB_SHNDX in ElfW2()
H A Delf_getdata.c64 [SHT_SYMTAB_SHNDX] = ELF_T_WORD,
H A Delf32_updatenull.c238 case SHT_SYMTAB_SHNDX: in __elfw2()
H A Delf_begin.c420 if (elf->state.elf32.shdr[cnt].sh_type == SHT_SYMTAB_SHNDX in file_read_elf()
519 if (elf->state.elf64.shdr[cnt].sh_type == SHT_SYMTAB_SHNDX in file_read_elf()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp482 #define SHT_SYMTAB_SHNDX 18 macro
/third_party/elfutils/libasm/
H A Dasm_end.c232 shdr->sh_type = SHT_SYMTAB_SHNDX; in binary_end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp247 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB_SHNDX); in getELFSectionTypeName()
/third_party/elfutils/tests/
H A Delfstrmerge.c570 case SHT_SYMTAB_SHNDX: in main()
/third_party/elfutils/src/
H A Dobjdump.c524 if (xndxshdr != NULL && xndxshdr->sh_type == SHT_SYMTAB_SHNDX in show_relocs()
H A Dstrip.c399 && xndxshdr->sh_type == SHT_SYMTAB_SHNDX in get_xndxdata()
1294 if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB_SHNDX)) in handle_elf()
1552 + SHT_SYMTAB_SHNDX in sh_link to symbol table in handle_elf()
1953 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB_SHNDX); in handle_elf()
H A Delflint.c641 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX in check_symtab()
1976 if (rshdr != NULL && rshdr->sh_type == SHT_SYMTAB_SHNDX in check_symtab_shndx()
3665 { ".symtab_shndx", 14, SHT_SYMTAB_SHNDX, atleast, 0, SHF_ALLOC }, // XXX more tests
4185 case SHT_SYMTAB_SHNDX: in check_sections()
H A Dnm.c1603 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX in handle_elf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h327 ") is past the end of the SHT_SYMTAB_SHNDX section of size " + in getExtendedSymbolTableIndex()
633 assert(Section.sh_type == ELF::SHT_SYMTAB_SHNDX); in getSHNDXTable()
644 return createError("SHT_SYMTAB_SHNDX section is linked with " + in getSHNDXTable()
651 return createError("SHT_SYMTAB_SHNDX has " + Twine(V.size()) + in getSHNDXTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h682 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h832 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp714 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0, 4, ""); in computeSymbolTable()
1014 case ELF::SHT_SYMTAB_SHNDX: in writeSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp460 ECase(SHT_SYMTAB_SHNDX); in enumeration()
1259 case ELF::SHT_SYMTAB_SHNDX: in mapping()
/third_party/elfio/elfio/
H A Delfio_dump.hpp387 { SHT_SYMTAB_SHNDX, "SYMTAB_SHNDX" },
H A Delf_types.hpp510 constexpr Elf_Word SHT_SYMTAB_SHNDX = 18; member
/third_party/musl/porting/linux/user/include/
H A Delf.h388 #define SHT_SYMTAB_SHNDX 18 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h387 #define SHT_SYMTAB_SHNDX 18 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h387 #define SHT_SYMTAB_SHNDX 18 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h387 #define SHT_SYMTAB_SHNDX 18 macro

Completed in 80 milliseconds

12