Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/asm
File: a.out.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _ASM_X86_A_OUT_H
[1] Fix | Delete
#define _ASM_X86_A_OUT_H
[2] Fix | Delete
[3] Fix | Delete
struct exec
[4] Fix | Delete
{
[5] Fix | Delete
unsigned int a_info; /* Use macros N_MAGIC, etc for access */
[6] Fix | Delete
unsigned a_text; /* length of text, in bytes */
[7] Fix | Delete
unsigned a_data; /* length of data, in bytes */
[8] Fix | Delete
unsigned a_bss; /* length of uninitialized data area for file, in bytes */
[9] Fix | Delete
unsigned a_syms; /* length of symbol table data in file, in bytes */
[10] Fix | Delete
unsigned a_entry; /* start address */
[11] Fix | Delete
unsigned a_trsize; /* length of relocation info for text, in bytes */
[12] Fix | Delete
unsigned a_drsize; /* length of relocation info for data, in bytes */
[13] Fix | Delete
};
[14] Fix | Delete
[15] Fix | Delete
#define N_TRSIZE(a) ((a).a_trsize)
[16] Fix | Delete
#define N_DRSIZE(a) ((a).a_drsize)
[17] Fix | Delete
#define N_SYMSIZE(a) ((a).a_syms)
[18] Fix | Delete
[19] Fix | Delete
#endif /* _ASM_X86_A_OUT_H */
[20] Fix | Delete
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function