Searched defs:sh_size (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/elftoolchain/libelf/ |
H A D | elf_data.c | 45 uint64_t sh_align, sh_offset, sh_size, raw_size; in elf_getdata() local 221 uint64_t sh_align, sh_offset, sh_size, raw_size; in elf_rawdata() local
|
H A D | elf_update.c | 122 uint64_t sh_align, sh_entsize, sh_offset, sh_size; in _libelf_compute_section_extents() local 728 uint64_t sh_off, sh_size; in _libelf_write_scn() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.h | 165 elf_xword sh_size; ///< Number of bytes occupied in the file. member
|
H A D | ObjectFileELF.cpp | 1459 const size_t sh_size = header.e_shnum * header.e_shentsize; GetSectionHeaderInfo() local [all...] |
/freebsd-src/contrib/file/src/ |
H A D | readelf.h | 212 Elf32_Word sh_size; member 225 Elf64_Off sh_size; member
|
/freebsd-src/sys/sys/ |
H A D | elf32.h | 95 Elf32_Word sh_size; /* Size in bytes. */ member
|
H A D | elf64.h | 104 Elf64_Xword sh_size; /* Size in bytes. */ member
|
/freebsd-src/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2760 Elf32_Word sh_size; /* section size in bytes */ member 2774 Elf64_Xword sh_size; /* section size in bytes */ member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1012 Elf32_Word sh_size; // Size of section, in bytes global() member 1026 Elf64_Xword sh_size; global() member
|