HomeSort by: relevance | last modified time | path
    Searched refs:strtab (Results 1 - 25 of 174) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/binutils/dist/ld/
ldelfgen.h 28 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab);
elf-hints-local.h 35 uint32_t strtab; /* Offset of string table in file. */ member in struct:elfhints_hdr
  /src/external/gpl3/binutils.old/dist/ld/
ldelfgen.h 28 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab);
elf-hints-local.h 35 uint32_t strtab; /* Offset of string table in file. */ member in struct:elfhints_hdr
  /src/sys/sys/
kern_ctf.h 46 const char *strtab; /* Ptr to the string table. */ member in struct:mod_ctf
  /src/sys/rump/librump/rumpkern/
kobj_rename.c 69 char **strtab, size_t *strtabsz)
97 fromname = *strtab + sym->st_name;
115 * Finally, free old strtab, allocate new one, and copy contents.
117 kmem_free(*strtab, *strtabsz);
118 *strtab = NULL; /* marvin the paradroid 999 */
124 *strtab = newtab;
  /src/libexec/ld.elf_so/
symver.c 113 &obj->strtab[needed->name]));
114 if (strcmp(name, &obj->strtab[needed->name]) == 0 ||
136 const char *vername = &refobj->strtab[vna->vna_name];
137 const char *depstrtab = depobj->strtab;
177 const char *strtab = obj->strtab; local
191 if (strtab == NULL || obj->vertab != NULL)
213 vn->vn_file, &strtab[vn->vn_file]));
214 depobj = locate_dependency(obj, &strtab[vn->vn_file]);
285 obj->vertab[vernum].name = &strtab[vna->vna_name]
    [all...]
  /src/lib/libc/gen/
nlist_aout.c 98 char *strtab; local
130 strtab = mmap(NULL, strsize, PROT_READ, MAP_PRIVATE|MAP_FILE,
132 if (strtab == (char *)-1)
176 !strcmp(&strtab[(size_t)soff],
188 munmap(strtab, strsize);
  /src/sys/ddb/
db_elf.c 244 char *strtab; local
251 strtab = db_elf_find_strtab(stab);
252 if (strtab == NULL)
257 db_eqname(strtab + symp->st_name, symstr, 0))
339 char *strtab; local
344 strtab = db_elf_find_strtab(symtab);
345 if (strtab == NULL)
348 *namep = strtab + symp->st_name;
387 char *strtab; local
396 strtab = db_elf_find_strtab(stab)
    [all...]
  /src/tools/ctfconvert/
Makefile 24 strtab.c \
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
strtab.h 46 typedef struct strtab { struct
53 ulong_t str_nstrs; /* total number of strings in strtab */
  /src/external/gpl3/binutils/dist/libctf/
ctf-string.c 29 using an explicit internal provisional strtab rather than the fp-based
32 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab)
36 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
37 ctsp = strtab;
39 /* If this name is in the external strtab, and there is a synthetic
40 strtab, use it in preference. (This is used to add the set of strings
41 -- symbol names, etc -- the linker knows about before the strtab is
49 /* If the name is in the internal strtab, and the name offset is beyond
52 real strtab: get the value out of the ctf_prov_strtab. */
148 string: but also pull in atoms from the internal strtab. (We rely o
650 ctf_strs_writable_t *strtab; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-string.c 29 using an explicit internal provisional strtab rather than the fp-based
32 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab)
36 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
37 ctsp = strtab;
39 /* If this name is in the external strtab, and there is a synthetic
40 strtab, use it in preference. (This is used to add the set of strings
41 -- symbol names, etc -- the linker knows about before the strtab is
49 /* If the name is in the internal strtab, and the name offset is beyond
52 real strtab: get the value out of the ctf_prov_strtab. */
148 string: but also pull in atoms from the internal strtab. (We rely o
650 ctf_strs_writable_t *strtab; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_ar.c 60 char *strtab; member in struct:ar
112 ar->strtab = NULL;
140 free(ar->strtab);
271 if (ar->strtab != NULL) {
284 ar->strtab = st;
316 if (ar->strtab == NULL || number >= ar->strtab_size) {
325 archive_entry_copy_pathname(entry, &ar->strtab[(size_t)number]);
560 for (p = ar->strtab; p < ar->strtab + size - 1; ++p) {
572 if (p != ar->strtab + size && *p != '\n' && *p != '`'
    [all...]
  /src/libexec/ld.elf_so/arch/m68k/
mdreloc.c 142 obj->strtab + obj->symtab[symnum].st_name,
155 obj->strtab + obj->symtab[symnum].st_name,
184 obj->strtab + obj->symtab[symnum].st_name,
192 obj->strtab + obj->symtab[symnum].st_name,
204 obj->strtab + obj->symtab[symnum].st_name,
215 obj->strtab + obj->symtab[symnum].st_name));
274 defobj->strtab + def->st_name, (void *)*where, (void *)new_value));
  /src/libexec/ld.elf_so/arch/sh3/
mdreloc.c 138 obj->strtab + obj->symtab[symnum].st_name,
148 obj->strtab + obj->symtab[symnum].st_name,
159 obj->strtab + obj->symtab[symnum].st_name,
169 obj->strtab + obj->symtab[symnum].st_name,
202 obj->strtab + obj->symtab[symnum].st_name,
210 obj->strtab + obj->symtab[symnum].st_name,
225 obj->strtab + obj->symtab[symnum].st_name,
236 obj->strtab + obj->symtab[symnum].st_name));
322 defobj->strtab + def->st_name, (void *)*where, (void *)new_value));
  /src/sys/external/bsd/libfdt/dist/
libfdt_internal.h 25 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
  /src/usr.sbin/kvm_mkdb/
nlist_aout.c 116 char *strtab, buf[1024]; local
157 if (!(strtab = malloc(strsize))) {
161 if ((nr = read(fd, strtab, strsize)) != strsize)
191 key.data = (u_char *)strtab + nbuf._strx - sizeof(long);
  /src/external/cddl/osnet/usr.bin/ctfmerge/
Makefile 26 strtab.c \
  /src/libexec/ld.elf_so/arch/or1k/
mdreloc.c 142 obj->strtab + obj->symtab[symnum].st_name,
171 obj->strtab + obj->symtab[symnum].st_name,
179 obj->strtab + obj->symtab[symnum].st_name,
191 obj->strtab + obj->symtab[symnum].st_name,
202 obj->strtab + obj->symtab[symnum].st_name));
253 defobj->strtab + def->st_name, (void *)value));
  /src/libexec/ld.elf_so/arch/riscv/
mdreloc.c 151 obj->strtab +
165 obj->strtab +
194 obj->strtab +
208 obj->strtab +
225 obj->strtab +
295 defobj->strtab + def->st_name, (void *)*where,
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-coff.c 311 char *strtab; local
321 strtab = XNEWVEC (char, strsize);
323 (unsigned char *) strtab, strsize, errmsg,
326 XDELETEVEC (strtab);
330 return strtab;
349 char *strtab; local
369 strtab = NULL;
395 if (strtab == NULL)
397 strtab = simple_object_coff_read_strtab (sobj,
400 if (strtab == NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-coff.c 309 char *strtab; local
319 strtab = XNEWVEC (char, strsize);
321 (unsigned char *) strtab, strsize, errmsg,
324 XDELETEVEC (strtab);
328 return strtab;
347 char *strtab; local
367 strtab = NULL;
393 if (strtab == NULL)
395 strtab = simple_object_coff_read_strtab (sobj,
398 if (strtab == NULL
    [all...]
  /src/libexec/ld.elf_so/arch/aarch64/
mdreloc.c 164 obj->strtab + obj->symtab[symnum].st_name,
189 obj->strtab + obj->symtab[symnum].st_name,
262 obj->strtab + obj->symtab[symnum].st_name,
304 obj->strtab + obj->symtab[symnum].st_name,
312 obj->strtab + obj->symtab[symnum].st_name,
325 obj->strtab + obj->symtab[symnum].st_name,
425 defobj->strtab + def->st_name, (void *)*where,
  /src/libexec/ld.elf_so/arch/arm/
mdreloc.c 140 obj->strtab + obj->symtab[
148 obj->strtab + obj->symtab[ELF_R_SYM(rel->r_info)]
174 obj->strtab + obj->symtab[ELF_R_SYM(rel->r_info)]
222 obj->strtab + obj->symtab[ELF_R_SYM(rel->r_info)]
234 obj->strtab + obj->symtab[ELF_R_SYM(rel->r_info)]
254 obj->strtab + obj->symtab[ELF_R_SYM(rel->r_info)]
324 defobj->strtab + def->st_name, (void *)*where, (void *)new_value));

Completed in 67 milliseconds

1 2 3 4 5 6 7