Lines Matching refs:psection
1089 psection_t psection = elfio_get_section_by_index(elf, idx);
1091 sheader->sh_name = elfio_section_get_name_string_offset(psection);
1092 sheader->sh_type = elfio_section_get_type(psection);
1093 sheader->sh_flags = elfio_section_get_flags(psection);
1094 sheader->sh_addr = elfio_section_get_address(psection);
1095 sheader->sh_offset = elfio_section_get_offset(psection);
1096 sheader->sh_size = elfio_section_get_size(psection);
1097 sheader->sh_link = elfio_section_get_link(psection);
1098 sheader->sh_info = elfio_section_get_info(psection);
1099 sheader->sh_addralign = elfio_section_get_addr_align(psection);
1100 sheader->sh_entsize = elfio_section_get_entry_size(psection);
1185 psection_t psection = elfio_get_section_by_name(elf, ".shstrtab");
1186 if (!psection )
1189 pstring_t pstring = elfio_string_section_accessor_new(psection);