Top "Segments" questions

Segment is an ambiguous tag and one should refrain from using it.

Do .bss section zero initialized variables occupy space in elf file?

If I understand correctly, the .bss section in ELF files is used to allocate space for zero-initialized variables. Our tool …

c++ storage elf segments
Segment a list in Python

I am looking for an python inbuilt function (or mechanism) to segment a list into required segment lengths (without mutating …

python list segments
What is required to use LODSB in assembly?

What is the minimum set of steps required to use LODSB to load a relative address to a string in …

assembly x86 segments
#EXTINF - field in apple hls playlist has decimal placed duration - generated by mediafilesegmenter

I am using mediafilesegmenter to generate HLS playlists for mp4 movies. My command is as follows, mediafilesegmenter movieName.mp4 -I …

http-live-streaming segments mediastreamsegmenter
segments within a executable C program

I was reading about sections and segments. Seems you could list the mapping between sections and segments as below. $ readelf …

c linux memory-management memory-mapping segments