OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELF_C_WRITE
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/libelf/
elf_cntl.c
54
if (e->e_cmd ==
ELF_C_WRITE
) {
elf_rawfile.c
48
else if ((ptr = e->e_rawfile) == NULL && e->e_cmd ==
ELF_C_WRITE
)
elf_begin.c
55
case
ELF_C_WRITE
:
57
* The
ELF_C_WRITE
command is required to ignore the
elf_getident.c
54
if (e->e_cmd ==
ELF_C_WRITE
&& e->e_rawfile == NULL) {
libelf_open.c
149
assert(c == ELF_C_READ || c == ELF_C_RDWR || c ==
ELF_C_WRITE
);
174
* For
ELF_C_WRITE
mode, allocate and return a descriptor.
176
if (c ==
ELF_C_WRITE
) {
elf_scn.c
157
if (e->e_cmd !=
ELF_C_WRITE
&&
210
if (e->e_cmd !=
ELF_C_WRITE
&&
libelf_ehdr.c
156
if (e->e_cmd !=
ELF_C_WRITE
&& e->e_rawsize < (off_t) fsz) {
180
if (e->e_cmd ==
ELF_C_WRITE
)
elf_flag.c
136
if ((flags & ELF_F_ARCHIVE) && e->e_cmd !=
ELF_C_WRITE
) {
elf_update.c
84
* - Case 2b: e->e_cmd ==
ELF_C_WRITE
195
if (e->e_cmd !=
ELF_C_WRITE
&& elf_getdata(s, NULL) == NULL)
578
if (e->e_cmd !=
ELF_C_WRITE
&& eh_byteorder != e->e_byteorder) {
659
if (e->e_cmd !=
ELF_C_WRITE
&&
1054
assert(e->e_cmd == ELF_C_RDWR || e->e_cmd ==
ELF_C_WRITE
);
1163
/* File opened in
ELF_C_WRITE
mode. */
1220
(c != ELF_C_NULL && c !=
ELF_C_WRITE
)) {
1233
if (c ==
ELF_C_WRITE
&& e->e_cmd == ELF_C_READ) {
libelf.h
101
ELF_C_WRITE
,
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/
libelf.d
20
ELF_C_WRITE
,
/src/external/cddl/osnet/dist/tools/ctf/cvt/
output.c
714
if (elf_update(dst,
ELF_C_WRITE
) < 0)
756
if ((telf = elf_begin(tfd,
ELF_C_WRITE
, NULL)) == NULL)
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c
1688
if (mod && elf_update(elf,
ELF_C_WRITE
) == -1)
Completed in 31 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026