OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTextShdr
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c
244
IsTextShdr
(
378
if (
IsTextShdr
(shdr) || IsDataShdr(shdr) || IsHiiRsrcShdr(shdr)) {
402
if (
IsTextShdr
(shdr)) {
645
Filter =
IsTextShdr
;
891
if (
IsTextShdr
(SecShdr) || IsDataShdr(SecShdr)) {
[
all
...]
Elf64Convert.c
236
IsTextShdr
(
371
if (
IsTextShdr
(shdr) || IsDataShdr(shdr) || IsHiiRsrcShdr(shdr)) {
395
if (
IsTextShdr
(shdr)) {
640
Filter =
IsTextShdr
;
961
if (
IsTextShdr
(SecShdr) || IsDataShdr(SecShdr)) {
[
all
...]
Completed in 201 milliseconds