/external/elfutils/backends/ |
D | alpha_symbol.c | 76 alpha_machine_section_flag_check (GElf_Xword sh_flags) in alpha_machine_section_flag_check() argument 78 return (sh_flags &~ (SHF_ALPHA_GPREL)) == 0; in alpha_machine_section_flag_check() 87 if ((shdr->sh_flags in alpha_check_special_section()
|
D | ia64_symbol.c | 91 ia64_machine_section_flag_check (GElf_Xword sh_flags) in ia64_machine_section_flag_check() argument 93 return (sh_flags &~ (SHF_IA_64_SHORT | SHF_IA_64_NORECOV)) == 0; in ia64_machine_section_flag_check()
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-initial-cfa.ll | 15 ; STATIC-NEXT: ('sh_flags', 0x0000000000000002) 27 ; STATIC-NEXT: ('sh_flags', 0x0000000000000000) 49 ; PIC-NEXT: ('sh_flags', 0x0000000000000002) 61 ; PIC-NEXT: ('sh_flags', 0x0000000000000000)
|
/external/elfutils/libdwfl/ |
D | offline.c | 71 assert (shdr->sh_flags & SHF_ALLOC); in dwfl_offline_section_address() 91 if (sh->sh_flags & SHF_ALLOC) in dwfl_offline_section_address() 102 if ((main_shdr->sh_flags & SHF_ALLOC) && skip_alloc-- == 0) in dwfl_offline_section_address() 104 assert (main_shdr->sh_flags == shdr->sh_flags); in dwfl_offline_section_address()
|
D | dwfl_report_elf.c | 94 if (shdr->sh_flags & SHF_ALLOC) in __libdwfl_report_elf() 127 if (prev_shdr->sh_flags & SHF_ALLOC) in __libdwfl_report_elf()
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 60 (((shdr)->sh_flags & SHF_ALLOC) == 0 \ 85 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
|
D | gelf_update_shdr.c | 84 if (unlikely (src->sh_flags > 0xffffffffull) in gelf_update_shdr() 99 COPY (sh_flags); in gelf_update_shdr()
|
D | elf32_getshdr.c | 139 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags); in ElfW2() 185 CONVERT (shdr[cnt].sh_flags); in ElfW2()
|
D | gelf_getshdr.c | 95 COPY (sh_flags);
|
/external/elfutils/tests/ |
D | update4.c | 140 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR; in main() 176 shdr->sh_flags = SHF_ALLOC | SHF_WRITE; in main() 212 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR; in main() 248 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR; in main() 285 shdr->sh_flags = 0; in main()
|
D | asm-tst1.c | 200 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_EXECINSTR)) in main() 201 || (cnt == 2 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main() 202 || (cnt == 3 && shdr->sh_flags != 0)) in main()
|
D | asm-tst2.c | 216 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main() 217 || (cnt == 2 && shdr->sh_flags != 0)) in main()
|
D | asm-tst3.c | 216 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main() 217 || (cnt != 1 && shdr->sh_flags != 0)) in main()
|
D | asm-tst9.c | 250 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main() 251 || (cnt == 2 && shdr->sh_flags != 0)) in main()
|
/external/llvm/test/MC/Mips/ |
D | elf-reginfo.ll | 18 ; CHECK_64-NEXT: ('sh_flags', 0x0000000008000002) 23 ; CHECK_32-NEXT: ('sh_flags', 0x00000002)
|
/external/llvm/test/CodeGen/ARM/ |
D | ehabi-mc-sh_link.ll | 28 ; CHECK-NEXT: ('sh_flags', 0x00000082) 41 ; CHECK-NEXT: ('sh_flags', 0x00000082)
|
/external/llvm/test/MC/ELF/ |
D | entsize.ll | 25 ; 64-NEXT: ('sh_flags', 0x0000000000000032) 36 ; 64-NEXT: ('sh_flags', 0x0000000000000012)
|
/external/elfutils/src/ |
D | elflint.c | 773 if ((destshdr->sh_flags & SHF_TLS) == 0) in check_symtab() 1183 if (((*destshdrp)->sh_flags & (SHF_MERGE | SHF_STRINGS)) != 0) in check_reloc_shdr() 1284 || (relshdr->sh_flags & SHF_ALLOC) != 0) in check_one_reloc() 1351 || (relshdr->sh_flags & SHF_ALLOC) != 0) in check_one_reloc() 2169 if ((shdr->sh_flags & SHF_ALLOC) == 0) in check_hash() 2386 if (shdr->sh_flags != 0) in check_group() 2479 if ((refshdr->sh_flags & SHF_GROUP) == 0) in check_group() 3385 if (shdr->sh_flags != 0) in check_sections() 3469 if ((shdr->sh_flags & ~(SHF_LINK_ORDER | SHF_GROUP)) in check_sections() 3477 section_flags_string (shdr->sh_flags in check_sections() [all …]
|
D | unstrip.c | 675 if (shdr1->sh_flags < shdr2->sh_flags) in compare_unalloc_sections() 677 if (shdr1->sh_flags > shdr2->sh_flags) in compare_unalloc_sections() 691 if ((s1->shdr.sh_flags ^ s2->shdr.sh_flags) & SHF_ALLOC) in compare_sections() 692 return (s1->shdr.sh_flags & SHF_ALLOC) ? -1 : 1; in compare_sections() 694 return ((s1->shdr.sh_flags & SHF_ALLOC) in compare_sections() 870 return (sections[i].shdr.sh_flags == shdr->sh_flags in sections_match() 937 && !(sec->shdr.sh_flags & SHF_ALLOC) in find_alloc_sections_prelink() 1015 COPY (sh_flags); in find_alloc_sections_prelink() 1027 if (sec->shdr.sh_flags & SHF_ALLOC) in find_alloc_sections_prelink() 1059 if (!(shdr->sh_flags & SHF_ALLOC)) in find_alloc_sections_prelink() [all …]
|
D | size.c | 431 if ((shdr->sh_flags & SHF_ALLOC) != 0) in show_sysv() 461 if ((shdr->sh_flags & SHF_ALLOC) != 0) in show_sysv() 512 if ((shdr->sh_flags & SHF_ALLOC) == 0) in show_sysv_one_line() 562 if ((shdr->sh_flags & SHF_ALLOC) == 0) in show_bsd() 565 if ((shdr->sh_flags & SHF_WRITE) == 0) in show_bsd()
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 981 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_EXECINSTR)) { in ocGetNames_ELF() 987 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_WRITE)) { in ocGetNames_ELF() 993 && (hdr.sh_flags & SHF_ALLOC) && !(hdr.sh_flags & SHF_WRITE)) { in ocGetNames_ELF() 999 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_WRITE)) { in ocGetNames_ELF()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 1142 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_EXECINSTR)) { 1148 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_WRITE)) { 1154 && (hdr.sh_flags & SHF_ALLOC) && !(hdr.sh_flags & SHF_WRITE)) { 1160 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_WRITE)) {
|
/external/elfutils/libasm/ |
D | asm_newscn_ingrp.c | 71 shdr->sh_flags |= SHF_GROUP;
|
/external/tcpdump/ |
D | decnet.h | 66 byte sh_flags; /* route flags */ member 373 byte sh_flags; /* message flags */ member
|
/external/llvm/test/MC/ARM/ |
D | xscale-attributes.ll | 23 ; OBJ-NEXT: 'sh_flags', 0x00000000
|