Home
last modified time | relevance | path

Searched refs:EShdr (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h861 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents() local
862 if (EShdr->sh_type == ELF::SHT_NOBITS) in getSectionContents()
866 (uintptr_t)base() + EShdr->sh_offset, EShdr->sh_size)) in getSectionContents()
868 return ArrayRef((const uint8_t *)base() + EShdr->sh_offset, EShdr->sh_size); in getSectionContents()
888 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData() local
896 const Elf_Shdr *EShdr = getSection(Sec); in isSectionBSS() local
898 EShdr->sh_type == ELF::SHT_NOBITS; in isSectionBSS()
944 const Elf_Shdr *EShdr = getSection(Sec); in isBerkeleyData() local
946 EShdr->sh_flags & ELF::SHF_ALLOC; in isBerkeleyData()
998 const Elf_Shdr *EShdr = getSection(Sec); in getRelocatedSection() local
[all …]