Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ctf.c146 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) {
148 __func__, __LINE__, lf->pathname, hdr->e_shstrndx,
149 shdr[hdr->e_shstrndx].sh_type);
155 shstrtab = malloc(shdr[hdr->e_shstrndx].sh_size, M_LINKER, M_WAITOK);
159 shdr[hdr->e_shstrndx].sh_size, shdr[hdr->e_shstrndx].sh_offset,
H A Dlink_elf_obj.c415 shstrindex = hdr->e_shstrndx; in link_elf_link_preload()
868 if (hdr->e_shstrndx != 0 && in link_elf_load_file()
869 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) { in link_elf_load_file()
870 shstrindex = hdr->e_shstrndx; in link_elf_load_file()
H A Dimgact_elf.c1983 ehdr->e_shstrndx = SHN_UNDEF; in __elfN()
2011 shdr->sh_link = ehdr->e_shstrndx; in __elfN()
H A Dlink_elf.c1255 shstrindex = hdr->e_shstrndx; in link_elf_load_file()
/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.c164 hdr->e_shstrndx = TO_NATIVE(endian, 16, hdr->e_shstrndx); in parse_elf()
188 if (hdr->e_shstrndx == SHN_XINDEX) in parse_elf()
192 info->secindex_strings = hdr->e_shstrndx; in parse_elf()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_load_elf.c159 sn = elf_strptr(elf, eh->e_shstrndx, sh->sh_name); in find_elf_code()
215 sn = elf_strptr(elf, eh->e_shstrndx, sm[sym].st_name); in process_reloc()
/f-stack/freebsd/sys/
H A Delf32.h71 Elf32_Half e_shstrndx; /* Section name strings section. */ member
H A Delf64.h80 Elf64_Half e_shstrndx; /* Section name strings section. */ member