Searched refs:e_shstrndx (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_ctf.c | 146 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 D | link_elf_obj.c | 415 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 D | imgact_elf.c | 1983 ehdr->e_shstrndx = SHN_UNDEF; in __elfN() 2011 shdr->sh_link = ehdr->e_shstrndx; in __elfN()
|
| H A D | link_elf.c | 1255 shstrindex = hdr->e_shstrndx; in link_elf_load_file()
|
| /f-stack/dpdk/buildtools/pmdinfogen/ |
| H A D | pmdinfogen.c | 164 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 D | bpf_load_elf.c | 159 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 D | elf32.h | 71 Elf32_Half e_shstrndx; /* Section name strings section. */ member
|
| H A D | elf64.h | 80 Elf64_Half e_shstrndx; /* Section name strings section. */ member
|