Searched refs:e_shnum (Results 1 – 8 of 8) sorted by relevance
17 for ( i = 1; i < elf->hdr->e_shnum; i++ ) in livepatch_elf_sec_by_name()69 for ( i = 1; i < elf->hdr->e_shnum; i++ ) in elf_resolve_sections()132 elf->hdr->e_shnum); in elf_resolve_sections()199 for ( i = 1; i < elf->hdr->e_shnum; i++ ) in elf_resolve_section_names()326 else if ( idx >= elf->hdr->e_shnum ) in livepatch_elf_resolve_symbols()364 for ( i = 1; i < elf->hdr->e_shnum; i++ ) in livepatch_elf_perform_relocs()373 if ( r->sec->sh_info >= elf->hdr->e_shnum ) in livepatch_elf_perform_relocs()461 if ( elf->hdr->e_shnum >= 1024 ) in livepatch_header_check()464 elf->name, elf->hdr->e_shnum); in livepatch_header_check()469 if ( elf->hdr->e_shstrndx >= elf->hdr->e_shnum ) in livepatch_header_check()[all …]
324 offset = xmalloc_array(unsigned int, elf->hdr->e_shnum); in move_payload()329 for ( i = 1; i < elf->hdr->e_shnum; i++ ) in move_payload()386 for ( i = 1; i < elf->hdr->e_shnum; i++ ) in move_payload()723 sym->sym->st_shndx >= elf->hdr->e_shnum ) in is_payload_symbol()
46 for ( i = 0; i < ehdr->e_shnum; i++ ) in relocate_32bitbios()79 for ( i = 0; i < ehdr->e_shnum; i++ ) in relocate_32bitbios()104 for ( i = 0; i < ehdr->e_shnum; i++ ) in relocate_32bitbios()
148 eh->e_shnum = swap16(eh->e_shnum); in endianadjust_ehdr32()167 eh->e_shnum = swap16(eh->e_shnum); in endianadjust_ehdr64()390 out_ehdr.e_shnum++; in main()
129 Elf32_Half e_shnum; /* number of section header entries */ member147 Elf64_Half e_shnum; /* Number of section headers */ member
132 unsigned count = elf_uval(elf, elf->ehdr, e_shnum); in elf_shdr_count()
353 elf_store_field_bitness(elf, header_handle, e_shnum, ELF_BSDSYM_SECTIONS); in elf_load_bsdsyms()
721 ehdr.e_shnum = sheaders->num; in xc_domain_dumpcore_via_callback()
Completed in 16 milliseconds