/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 136 || shdr->sh_type == SHT_SYMTAB_SHNDX) in relocate_getsym() 152 case SHT_SYMTAB_SHNDX: in relocate_getsym()
|
H A D | dwfl_module_getdwarf.c | 641 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 D | elf32_getshdr.c | 153 if (shdr[cnt].sh_type == SHT_SYMTAB_SHNDX in ElfW2()
|
H A D | elf_getdata.c | 64 [SHT_SYMTAB_SHNDX] = ELF_T_WORD,
|
H A D | elf32_updatenull.c | 238 case SHT_SYMTAB_SHNDX: in __elfw2()
|
H A D | elf_begin.c | 420 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 D | elf_types_c_wrapper.hpp | 482 #define SHT_SYMTAB_SHNDX 18 macro
|
/third_party/elfutils/libasm/ |
H A D | asm_end.c | 232 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 D | ELF.cpp | 247 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB_SHNDX); in getELFSectionTypeName()
|
/third_party/elfutils/tests/ |
H A D | elfstrmerge.c | 570 case SHT_SYMTAB_SHNDX: in main()
|
/third_party/elfutils/src/ |
H A D | objdump.c | 524 if (xndxshdr != NULL && xndxshdr->sh_type == SHT_SYMTAB_SHNDX in show_relocs()
|
H A D | strip.c | 399 && 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 D | elflint.c | 641 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 D | nm.c | 1603 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 D | ELF.h | 327 ") 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 D | ELF.h | 682 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 D | ELF.h | 832 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 D | ELFObjectWriter.cpp | 714 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 D | ELFYAML.cpp | 460 ECase(SHT_SYMTAB_SHNDX); in enumeration() 1259 case ELF::SHT_SYMTAB_SHNDX: in mapping()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 387 { SHT_SYMTAB_SHNDX, "SYMTAB_SHNDX" },
|
H A D | elf_types.hpp | 510 constexpr Elf_Word SHT_SYMTAB_SHNDX = 18; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 388 #define SHT_SYMTAB_SHNDX 18 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 387 #define SHT_SYMTAB_SHNDX 18 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 387 #define SHT_SYMTAB_SHNDX 18 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 387 #define SHT_SYMTAB_SHNDX 18 macro
|