Home
last modified time | relevance | path

Searched defs:st_shndx (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h230 elf_half st_shndx; ///< Section to which this symbol applies. member
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c874 uint64_t st_size, uint16_t st_shndx, unsigned char st_info, in add_to_symtab()
/freebsd/sys/sys/
H A Delf32.h203 Elf32_Half st_shndx; /* Section index of symbol. */ member
H A Delf64.h208 Elf64_Half st_shndx; /* Section index of symbol. */ member
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2792 Elf32_Half st_shndx; /* index of related section */ member
2799 Elf64_Half st_shndx; /* index of related section */ member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1277 Elf32_Half st_shndx; // Which section (header table index) it's defined in member
1295 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in member
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1105 st_shndx(unsigned int shndx) in st_shndx() function