MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / IsTextShdr

Function IsTextShdr

BaseTools/Source/C/GenFw/Elf64Convert.c:236–243  ·  view source on GitHub ↗

filter functions

Source from the content-addressed store, hash-verified

234// filter functions
235//
236STATIC
237BOOLEAN
238IsTextShdr (
239 Elf_Shdr *Shdr
240 )
241{
242 return (BOOLEAN) ((Shdr->sh_flags & (SHF_WRITE | SHF_ALLOC)) == SHF_ALLOC);
243}
244
245STATIC
246BOOLEAN

Callers 2

ScanSections64Function · 0.70
WriteRelocations64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected