Query: elf_flagdata
OS: hpux
Section: 3e
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
elf_flag(3E) elf_flag(3E)NAMEelf_flagdata, elf_flagehdr, elf_flagelf, elf_flagphdr, elf_flagscn, elf_flagshdr - manipulate flagsSYNOPSIS[flag... ] file... [library] ...DESCRIPTIONThese functions manipulate the flags associated with various structures of an ELF file. Given an ELF descriptor elf, a data descriptor data, or a section descriptor scn, the functions may set or clear the associated status bits, returning the updated bits. A null descriptor is allowed, to simplify error handling; all functions return zero for this degenerate case. cmd may have the following values: The functions clear the bits that are asserted in flags. Only the non-zero bits in flags are cleared; zero bits do not change the status of the descriptor. The functions set the bits that are asserted in flags. Only the non-zero bits in flags are set; zero bits do not change the status of the descriptor. Descriptions of the defined flags bits appear below. When the program intends to write an ELF file, this flag asserts the associated information needs to be written to the file. Thus, for example, a program that wished to update the ELF header of an existing file would call with this bit set in flags and cmd equal to A later call to would write the marked header to the file. Normally, the library decides how to arrange an output file. That is, it automatically decides where to place sections, how to align them in the file, etc. If this bit is set for an ELF descriptor, the program assumes responsibility for determining all file positions. This bit is meaningful only for and applies to the entire file associated with the descriptor. When a flag bit is set for an item, it affects all the subitems as well. Thus, for example, if the program sets the bit with the entire logical file is ``dirty.''EXAMPLESThe following fragment shows how one might mark the ELF header to be written to the output file.SEE ALSOelf(3E), elf_end(3E), elf_getdata(3E), elf_getehdr(3E), elf_update(3E). elf_flag(3E)
Related Man Pages |
---|
elf_flagelf(3elf) - opensolaris |
elf_flagphdr(3elf) - opensolaris |
elf_flagscn(3elf) - opensolaris |
elf_flagscn(3e) - hpux |
elf_flagshdr(3e) - hpux |
Similar Topics in the Unix Linux Community |
---|
bit 0.4.90 (Default branch) |
Bitvector Library 1.0.1 (Default branch) |
Bitvector Library 1.0.2 (Default branch) |
Bitvector Library 2.0.0 (Default branch) |
Bitvector Library 3.0.0 (Default branch) |