Sponsored Content
The Lounge What is on Your Mind? Happy SysAdmin Appreciation Day! Post 302543237 by linuxadmin on Saturday 30th of July 2011 03:45:04 AM
Old 07-30-2011
Belated wishes.. to all
 

5 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Sysadmin Day.

We have Labour day, Secretary Day Etc. But there is another day upcoming, which is System Administrator Day. (System Administrator Appreciation Day Friday - July 26th, 2002) http://www.sysadminday.com/ " Nice to hear that all our hardworks are getting noticed " :cool: (2 Replies)
Discussion started by: killerserv
2 Replies

2. What is on Your Mind?

Happy turkey day!

Hello all, Happy turkey day! I have no questions at this time. (1 Reply)
Discussion started by: mskcc
1 Replies

3. Red Hat

Happy Document Freedom Day

Document Freedom Day (DFD) is a global grassroots effort* to promote and build awareness of the importance of free document formats in particular and open standards in general.* If you have ever received a document from a friend that your software could not open, then you know the frustration of... (0 Replies)
Discussion started by: Linux Bot
0 Replies

4. News, Links, Events and Announcements

Sysadmin Day Meetup in NYC

Hi All, I just joined this forum, and I think its great! I wanted to let you know in honor of Systems Administrator Appreciation Day (which is next Friday, as you probably know), I'm organizing a meetup in New York City to celebrate. I've made a page with more information here: ... (0 Replies)
Discussion started by: MPSimmons
0 Replies

5. What is on Your Mind?

Alita Battle Angel - Happy Valentines Day

Just saw Alita Battle Angel with my Valentine and we really liked it. Hope many will go see it so they will make a sequel. https://www.unix.com/members/1-albums221-picture1089.jpg (0 Replies)
Discussion started by: Neo
0 Replies
elf_cntl(3E)															      elf_cntl(3E)

NAME
elf_cntl - control a file descriptor SYNOPSIS
[flag... ] file... [library] ... DESCRIPTION
instructs the library to modify its behavior with respect to an ELF descriptor, elf. As elf_begin(3E) describes, an ELF descriptor can have multiple activations, and multiple ELF descriptors may share a single file descriptor. Generally, commands apply to all activations of elf. Moreover, if the ELF descriptor is associated with an archive file, descriptors for members within the archive will also be affected as described below. Unless stated otherwise, operations on archive members do not affect the descriptor for the containing ar- chive. The cmd argument tells what actions to take and may have the following values. This value tells the library not to use the file descriptor associated with elf. A program should use this command when it has requested all the information it cares to use and wishes to avoid the overhead of reading the rest of the file. The memory for all completed operations remains valid, but later file operations, such as the initial for a section, will fail if the data is not in memory already. This command is similar to except it forces the library to read the rest of the file. A program should use this command when it must close the file descriptor but has not yet read everything it needs from the file. After completes the command, future operations, such as will use the memory version of the file without needing to use the file descriptor. If succeeds, it returns zero. Otherwise, elf was null or an error occurred, and the function returns -1. Note If the program wishes to use the ``raw'' operations (see described in elf_getdata(3E), and elf_rawfile(3E)) after disabling the file descriptor with or it must execute the raw operations explicitly beforehand. Otherwise, the raw file operations will fail. Calling makes the entire image available, thus supporting subsequent calls. SEE ALSO
elf(3E), elf_begin(3E), elf_getdata(3E), elf_rawfile(3E). elf_cntl(3E)
All times are GMT -4. The time now is 10:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy