Home
last modified time | relevance | path

Searched defs:sh_link (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/
H A Dexternal.h107 unsigned char sh_link[4]; /* Index of another section */ member
120 unsigned char sh_link[4]; /* Index of another section */ member
H A Dinternal.h85 unsigned long sh_link; /* Index of another section */ member
/openbsd-src/gnu/usr.bin/binutils/include/elf/
H A Dexternal.h107 unsigned char sh_link[4]; /* Index of another section */ member
120 unsigned char sh_link[4]; /* Index of another section */ member
H A Dinternal.h85 unsigned long sh_link; /* Index of another section */ member
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h166 elf_word sh_link; ///< Index of associated section. member
/openbsd-src/sys/sys/
H A Dexec_elf.h219 Elf32_Word sh_link; /* section header table index link */ global() member
232 Elf64_Word sh_link; /* link to another */ global() member
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp998 uint64_t sh_link = 0; in writeSection() local
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h958 Elf32_Word sh_link; // Section type-specific header table index link member
972 Elf64_Word sh_link; member