$ objdump -f ./a.out
./a.out: file format elf32-i386
architecture: i386, flags 0x00000112:
EXEC_P, HAS_SYMS, D_PAGED
start address 0x080484e0
$ objdump -f 函数.o
function.o: file format elf32-i386
architecture: i386, flags 0x00000011:
HAS_RELOC, HAS_SYMS
start address 0x00000000
标志是什么意思(标志0x00000011:或标志0x00000112:)?ELF 头文件中没有任何内容具有此标志。e_flag 包含 0。
有人知道他的意思吗?
谢谢