Searched hist:267958 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.bin/elfdump/
H A Delfdump.cdiff 267958 Fri Jun 27 12:48:12 MDT 2014 emaste MFC r265613, r267649: Handle ELF files with 65280 or more sections

If e_shnum or e_shstrndx are at least SHN_LORESERVE (0xff00) then an
escape value is used to indicate that the actual value is found in one
of section 0's fields.

Don't dump core when the ELF file has no section headers. The ELF
core files created by gcore are among those.

Completed in 101 milliseconds