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

Function IsTextShdr

BaseTools/Source/C/GenFw/Elf32Convert.c:235–242  ·  view source on GitHub ↗

filter functions

Source from the content-addressed store, hash-verified

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

Callers 2

ScanSections32Function · 0.70
WriteRelocations32Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected