OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntxt
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/elf2aout/
elf2aout.c
339
struct sect
ntxt
;
local in function:main
341
ntxt
.vaddr = ph[i].p_vaddr;
342
ntxt
.len = ph[i].p_filesz;
344
combine(&text, &
ntxt
, 0);
/src/usr.bin/elf2ecoff/
elf2ecoff.c
260
struct sect
ntxt
;
local in function:main
262
ntxt
.vaddr = ph[i].p_vaddr;
263
ntxt
.len = ph[i].p_filesz;
267
i, ph[i].p_type, ph[i].p_flags,
ntxt
.len);
269
combine(&text, &
ntxt
, 0);
Completed in 39 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025