Searched refs:shndx (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp294 elf_half shndx, const lldb_private::SectionList *section_list) {
295 switch (shndx) {
306 section_list->GetSectionAtIndex(shndx).get();
293 sectionIndexToCString( elf_half shndx, const lldb_private::SectionList *section_list) argument
H A DELFHeader.h250 sectionIndexToCString(elf_half shndx,
H A DObjectFileELF.cpp2097 Elf64_Half shndx = symbol.st_shndx; local
2099 switch (shndx) {
2107 symbol_section_sp = section_list->FindSectionByID(shndx);
/freebsd-current/stand/i386/libi386/
H A Dmultiboot.h141 multiboot_uint32_t shndx; member in struct:multiboot_elf_section_header_table
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c132 _dwarf_elf_relocate(Dwarf_Debug dbg, Elf *elf, Dwarf_Elf_Data *ed, size_t shndx, argument
161 if (sh.sh_info == shndx && sh.sh_link == symtab) {
/freebsd-current/stand/efi/loader/arch/amd64/
H A Dmultiboot2.h320 multiboot_uint32_t shndx; member in struct:multiboot_tag_elf_sections
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp96 uint8_t other, uint32_t shndx, bool Reserved);
359 uint32_t shndx, bool Reserved) {
360 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
367 ShndxIndexes.push_back(shndx);
372 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx;
357 writeSymbol(uint32_t name, uint8_t info, uint64_t value, uint64_t size, uint8_t other, uint32_t shndx, bool Reserved) argument
/freebsd-current/usr.bin/elfdump/
H A Delfdump.c874 u_int64_t shndx; local
892 shndx = elf_get_quarter(e, st, ST_SHNDX);
901 fprintf(out, "\tst_shndx: %jd\n", (intmax_t)shndx);
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c397 static const char *st_shndx(unsigned int shndx);
1105 st_shndx(unsigned int shndx) argument
1109 switch (shndx) {
1114 if (shndx >= SHN_LOPROC && shndx <= SHN_HIPROC)
1116 else if (shndx >= SHN_LOOS && shndx <= SHN_HIOS)
1119 snprintf(s_shndx, sizeof(s_shndx), "%u", shndx);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2244 const uint32_t shndx = getSymSectionIndex(sym); local
2246 eSym->st_shndx = shndx;
2253 eSym->st_size = shndx != SHN_UNDEF ? cast<Defined>(sym)->size : 0;

Completed in 309 milliseconds