OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strtabsnum
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/crunch/crunchide/
exec_elf32.c
180
int symtabsnum,
strtabsnum
;
local in function:ELFNAMEEND
200
symtabsnum =
strtabsnum
= -1;
215
strtabsnum
= shdrp[i].sh_link;
216
stroff = shdrp[
strtabsnum
].sh_offset;
217
if (!weird &&
strtabsnum
!= (ehdr.e_shnum - 1)) {
226
if (!weird &&
strtabsnum
== -1) {
253
if ((strtabp = xmalloc(shdrp[
strtabsnum
].sh_size, fn, "string table"))
256
if ((size_t)xreadatoff(fd, strtabp, shdrp[
strtabsnum
].sh_offset,
257
shdrp[
strtabsnum
].sh_size, fn) != shdrp[
strtabsnum
].sh_size
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025