Home
last modified time | relevance | path

Searched defs:sh_name (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/tools/
Dmips-relocs.c199 const char *shstrtab, *sh_name, *rel_pfx; in main() local
/external/swiftshader/third_party/subzero/src/
DIceELFSection.h72 void setNameStrIndex(Elf64_Word sh_name) { Header.sh_name = sh_name; } in setNameStrIndex()
/external/kernel-headers/original/uapi/linux/
Delf.h304 Elf32_Word sh_name; member
317 Elf64_Word sh_name; /* Section name, index in string tbl */ member
/external/u-boot/include/
Delf.h231 Elf32_Word sh_name; /* name - index into section header member
245 Elf64_Word sh_name; /* name - index into section header member
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf.c2332 const char *sh_name; in file_has_btf_elf() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h660 Elf32_Word sh_name; // Section name (index into string table) member
674 Elf64_Word sh_name; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h624 Elf32_Word sh_name; // Section name (index into string table) member
638 Elf64_Word sh_name; member
/external/llvm/include/llvm/Support/
DELF.h623 Elf32_Word sh_name; // Section name (index into string table) member
637 Elf64_Word sh_name; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h732 Elf32_Word sh_name; // Section name (index into string table) member
746 Elf64_Word sh_name; member
/external/kmod/port-gnu/
Delf.h274 Elf32_Word sh_name; /* Section name (string tbl index) */ member
288 Elf64_Word sh_name; /* Section name (string tbl index) */ member
/external/elfutils/libelf/
Delf.h386 Elf32_Word sh_name; /* Section name (string tbl index) */ member
400 Elf64_Word sh_name; /* Section name (string tbl index) */ member
/external/python/cpython2/Modules/
Dposixmodule.c4787 char *shell, *sh_name, *opt, *rd_mode, *wr_mode; in _PyPopen() local