Searched refs:strtab (Results 1 - 25 of 377) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dstrtab.d1 #readelf: -W -x .strtab
2 #name: .strtab section
H A Dsyms.d1 #readelf: -S -s -p .strtab
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldelfgen.h28 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab);
H A Delf-hints-local.h35 uint32_t strtab; /* Offset of string table in file. */ member in struct:elfhints_hdr
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dstrtab.d2 #readelf: -W -x .strtab
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Delf-hints-local.h35 uint32_t strtab; /* Offset of string table in file. */ member in struct:elfhints_hdr
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Delf-hints-local.h35 uint32_t strtab; /* Offset of string table in file. */ member in struct:elfhints_hdr
/netbsd-current/sys/sys/
H A Dkern_ctf.h44 const char *strtab; /* Ptr to the string table. */ member in struct:mod_ctf
/netbsd-current/sys/rump/librump/rumpkern/
H A Dkobj_rename.c69 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;
68 kobj_renamespace(Elf_Sym *symtab, size_t symcount, char **strtab, size_t *strtabsz) argument
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dbinary.cc120 // * Five sections: null section, .data, .symtab, .strtab, .shstrtab
169 Stringpool strtab; local
170 strtab.add(start_symbol_name.c_str(), false, NULL);
171 strtab.add(end_symbol_name.c_str(), false, NULL);
172 strtab.add(size_symbol_name.c_str(), false, NULL);
173 strtab.set_string_offsets();
180 shstrtab.add(".strtab", false, NULL);
196 output_size += strtab.get_strtab_size();
225 this->write_section_header<size, big_endian>(".strtab", &shstrtab,
228 strtab
348 write_symbol( const std::string& name, const Stringpool* strtab, section_size_type value, typename elfcpp::Elf_types<32>::Elf_WXword st_size, unsigned int shndx, unsigned char** ppout) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dbinary.cc120 // * Five sections: null section, .data, .symtab, .strtab, .shstrtab
169 Stringpool strtab; local
170 strtab.add(start_symbol_name.c_str(), false, NULL);
171 strtab.add(end_symbol_name.c_str(), false, NULL);
172 strtab.add(size_symbol_name.c_str(), false, NULL);
173 strtab.set_string_offsets();
180 shstrtab.add(".strtab", false, NULL);
196 output_size += strtab.get_strtab_size();
225 this->write_section_header<size, big_endian>(".strtab", &shstrtab,
228 strtab
348 write_symbol( const std::string& name, const Stringpool* strtab, section_size_type value, typename elfcpp::Elf_types<32>::Elf_WXword st_size, unsigned int shndx, unsigned char** ppout) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dbinary.cc120 // * Five sections: null section, .data, .symtab, .strtab, .shstrtab
169 Stringpool strtab; local
170 strtab.add(start_symbol_name.c_str(), false, NULL);
171 strtab.add(end_symbol_name.c_str(), false, NULL);
172 strtab.add(size_symbol_name.c_str(), false, NULL);
173 strtab.set_string_offsets();
180 shstrtab.add(".strtab", false, NULL);
196 output_size += strtab.get_strtab_size();
225 this->write_section_header<size, big_endian>(".strtab", &shstrtab,
228 strtab
348 write_symbol( const std::string& name, const Stringpool* strtab, section_size_type value, typename elfcpp::Elf_types<32>::Elf_WXword st_size, unsigned int shndx, unsigned char** ppout) argument
[all...]
/netbsd-current/libexec/ld.elf_so/
H A Dsymver.c113 &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[vn
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-string.c24 explicit internal strtab rather than the fp-based one. */
26 ctf_strraw_explicit (ctf_file_t *fp, uint32_t name, ctf_strs_t *strtab) argument
30 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
31 ctsp = strtab;
33 /* If this name is in the external strtab, and there is a synthetic strtab,
41 /* If the name is in the internal strtab, and the offset is beyond the end of
43 string added by ctf_str_add*() but not yet built into a real strtab: get
144 provisional strtab. */
248 /* Add an external strtab referenc
338 ctf_strs_writable_t *strtab; member in struct:ctf_strtab_write_state
415 ctf_strs_writable_t strtab; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-string.c24 explicit internal strtab rather than the fp-based one. */
26 ctf_strraw_explicit (ctf_file_t *fp, uint32_t name, ctf_strs_t *strtab) argument
30 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
31 ctsp = strtab;
33 /* If this name is in the external strtab, and there is a synthetic strtab,
41 /* If the name is in the internal strtab, and the offset is beyond the end of
43 string added by ctf_str_add*() but not yet built into a real strtab: get
144 provisional strtab. */
248 /* Add an external strtab referenc
338 ctf_strs_writable_t *strtab; member in struct:ctf_strtab_write_state
415 ctf_strs_writable_t strtab; local
[all...]
/netbsd-current/lib/libc/gen/
H A Dnlist_aout.c97 char *strtab; local
129 strtab = mmap(NULL, strsize, PROT_READ, MAP_PRIVATE|MAP_FILE,
131 if (strtab == (char *)-1)
175 !strcmp(&strtab[(size_t)soff],
187 munmap(strtab, strsize);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-string.c25 explicit internal strtab rather than the fp-based one. */
27 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab) argument
31 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
32 ctsp = strtab;
34 /* If this name is in the external strtab, and there is a synthetic strtab,
42 /* If the name is in the internal strtab, and the offset is beyond the end of
44 string added by ctf_str_add*() but not yet built into a real strtab: get
160 provisional strtab. */
308 /* Add an external strtab referenc
426 ctf_strs_writable_t *strtab; member in struct:ctf_strtab_write_state
503 ctf_strs_writable_t strtab; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-string.c25 explicit internal strtab rather than the fp-based one. */
27 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab) argument
31 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
32 ctsp = strtab;
34 /* If this name is in the external strtab, and there is a synthetic strtab,
42 /* If the name is in the internal strtab, and the offset is beyond the end of
44 string added by ctf_str_add*() but not yet built into a real strtab: get
160 provisional strtab. */
308 /* Add an external strtab referenc
426 ctf_strs_writable_t *strtab; member in struct:ctf_strtab_write_state
503 ctf_strs_writable_t strtab; local
[all...]
/netbsd-current/sys/ddb/
H A Ddb_elf.c244 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
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstrtab.h46 typedef struct strtab { struct
53 ulong_t str_nstrs; /* total number of strings in strtab */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dgroup-1.d23 \[ 7\] \.strtab STRTAB 0000000000000000 .*
H A Dsecname-ilp32.d16 \[ 6\] .strtab STRTAB 00000000 [0-9a-f]+ 000001 00 0 0 1
H A Dsecname.d21 \[ 6\] \.strtab STRTAB 0000000000000000 .*
H A Dunwind.d23 \[ 7\] \.strtab STRTAB 0000000000000000 .*
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dpr12718.d13 +\[ 3\] +.strtab +STRTAB +0+ +[0-9a-f]+ +[0-9a-f]+ 00 +0 +0 +1

Completed in 393 milliseconds

1234567891011>>