OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDataShdr
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c
255
IsDataShdr
(
313
if (IsTextShdr(shdr) ||
IsDataShdr
(shdr) || IsHiiRsrcShdr(shdr)) {
388
if (
IsDataShdr
(shdr)) {
582
Filter =
IsDataShdr
;
813
if (IsTextShdr(SecShdr) ||
IsDataShdr
(SecShdr)) {
[
all
...]
Elf64Convert.c
248
IsDataShdr
(
307
if (IsTextShdr(shdr) ||
IsDataShdr
(shdr) || IsHiiRsrcShdr(shdr)) {
382
if (
IsDataShdr
(shdr)) {
578
Filter =
IsDataShdr
;
823
if (IsTextShdr(SecShdr) ||
IsDataShdr
(SecShdr)) {
Completed in 321 milliseconds