Lines Matching refs:psection
940 psection_t psection = elfio_get_section_by_index(elf, idx); in elf_sec_hdr_by_idx() local
942 sheader->sh_name = elfio_section_get_name_string_offset(psection); in elf_sec_hdr_by_idx()
943 sheader->sh_type = elfio_section_get_type(psection); in elf_sec_hdr_by_idx()
944 sheader->sh_flags = elfio_section_get_flags(psection); in elf_sec_hdr_by_idx()
945 sheader->sh_addr = elfio_section_get_address(psection); in elf_sec_hdr_by_idx()
946 sheader->sh_offset = elfio_section_get_offset(psection); in elf_sec_hdr_by_idx()
947 sheader->sh_size = elfio_section_get_size(psection); in elf_sec_hdr_by_idx()
948 sheader->sh_link = elfio_section_get_link(psection); in elf_sec_hdr_by_idx()
949 sheader->sh_info = elfio_section_get_info(psection); in elf_sec_hdr_by_idx()
950 sheader->sh_addralign = elfio_section_get_addr_align(psection); in elf_sec_hdr_by_idx()
951 sheader->sh_entsize = elfio_section_get_entry_size(psection); in elf_sec_hdr_by_idx()
1036 psection_t psection = elfio_get_section_by_name(elf, ".shstrtab");
1037 if (!psection )
1040 pstring_t pstring = elfio_string_section_accessor_new(psection);