Sections: Static linker view
.text실행 가능한 코드가 포함된 섹션
.data초기화된 전역 변수와 정적 변수가 포함된 섹션
.bss초기화되지 않은 전역 변수와 정적 변수가 포함된 섹션
.rodata읽기 전용 데이터(예: 문자열 상수)가 포함된 섹션
.symtab심볼 테이블로, 디버깅 정보와 함수 및 변수의 이름을 포함 Symbol Table
.strtab문자열 테이블로, 심볼 테이블과 기타 섹션에서 사용되는 문자열을 포함
.rela.dynRelocation info for variables
.rela.pltRelocation info for.got.plt section (functions)
ELF Sections

Seonglae Cho