HomeSort by: relevance | last modified time | path
    Searched defs:strndx (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libelf/
libelf_ehdr.c 52 uint16_t strndx)
94 e->e_u.e_elf.e_strndx = (strndx != SHN_XINDEX) ? strndx :
120 uint16_t phnum, shnum, strndx; local
192 strndx = ((Elf32_Ehdr *) ehdr)->e_shstrndx;
197 strndx = ((Elf64_Ehdr *) ehdr)->e_shstrndx;
202 strndx == SHN_XINDEX))) {
211 if ((shnum == 0 && shoff != 0) || phnum == PN_XNUM || strndx == SHN_XINDEX) {
212 if (_libelf_load_extended(e, ec, shoff, phnum, strndx) == 0)
218 e->e_u.e_elf.e_strndx = strndx;
    [all...]
  /src/sys/dev/
kloader.c 179 int symndx, strndx; local
261 symndx = strndx = -1;
266 strndx = i;
274 if (symndx < 0 || strndx < 0) {
277 if (strndx < 0)
285 + sh[strndx].sh_size;
311 if (symndx < 0 || strndx < 0) {
320 stroff = sh[strndx].sh_offset;
338 sh[strndx].sh_offset = eoff;
358 kloader_from_file(kv, stroff, ROUND4(sh[strndx].sh_size))
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_dof.c 716 dof_stridx_t strndx = 0; local
772 strndx = dof_add_string(ddo, fmt);
774 strndx = dof_add_string(ddo,
777 strndx = 0; /* use dtad_arg instead */
786 if (strndx != 0) {
787 dofa[i].dofa_arg = strndx;
  /src/external/gpl3/binutils/dist/bfd/
elf32-or1k.c 2188 unsigned int strndx = elf_elfheader (abfd)->e_shstrndx; local
2191 name = bfd_elf_string_from_elf_section (abfd, strndx, shnam);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-or1k.c 2187 unsigned int strndx = elf_elfheader (abfd)->e_shstrndx; local
2190 name = bfd_elf_string_from_elf_section (abfd, strndx, shnam);
  /src/external/gpl3/gdb/dist/bfd/
elf32-or1k.c 2187 unsigned int strndx = elf_elfheader (abfd)->e_shstrndx; local
2190 name = bfd_elf_string_from_elf_section (abfd, strndx, shnam);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-or1k.c 2189 unsigned int strndx = elf_elfheader (abfd)->e_shstrndx; local
2192 name = bfd_elf_string_from_elf_section (abfd, strndx, shnam);
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 1835 unsigned strndx = h->shstrndx; local
1857 if (strndx == SHN_XINDEX)
1858 strndx = get_section (0)->link;
1860 if (!read (&strtab, find (strndx, SHT_STRTAB)))
2220 unsigned strndx = add (SHT_STRTAB, strnam, stroff, strtab.pos, local
2224 if (strndx >= SHN_LORESERVE)
2226 reinterpret_cast<section *> (sectab.buffer)->link = strndx;
2227 strndx = SHN_XINDEX;
2271 h->shstrndx = strndx;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 1799 unsigned strndx = h->shstrndx; local
1821 if (strndx == SHN_XINDEX)
1822 strndx = get_section (0)->link;
1824 if (!read (&strtab, find (strndx, SHT_STRTAB)))
2175 unsigned strndx = add (SHT_STRTAB, strnam, stroff, strtab.pos, local
2179 if (strndx >= SHN_LORESERVE)
2181 reinterpret_cast<section *> (sectab.buffer)->link = strndx;
2182 strndx = SHN_XINDEX;
2226 h->shstrndx = strndx;

Completed in 101 milliseconds