Searched refs:elf_flagelf (Results 1 - 11 of 11) sorted by relevance
/third_party/elfutils/libelf/ |
H A D | elf_flagelf.c | 41 elf_flagelf (Elf *elf, Elf_Cmd cmd, unsigned int flags) in elf_flagelf() function
|
H A D | libelf.h | 394 extern unsigned int elf_flagelf (Elf *__elf, Elf_Cmd __cmd,
|
/third_party/elfutils/tests/ |
H A D | elfrdwrnop.c | 79 elf_flagelf (elf, ELF_C_SET, ELF_F_LAYOUT); in main()
|
H A D | ecp.c | 88 elf_flagelf (outelf, ELF_C_SET, ELF_F_LAYOUT); in main()
|
H A D | elfshphehdr.c | 65 check_elf ("elf_flagelf", elf_flagelf (elf, layout ? ELF_C_SET : ELF_C_CLR, in test()
|
H A D | elfcopy.c | 305 elf_flagelf (elfb, ELF_C_SET, ELF_F_LAYOUT); in copy_elf()
|
H A D | fillfile.c | 286 elf_flagelf (elf, ELF_C_SET, ELF_F_LAYOUT); in check_elf()
|
H A D | elfstrmerge.c | 655 elf_flagelf (elfnew, ELF_C_SET, ELF_F_LAYOUT); in main()
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 1420 elf_flagelf (stripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections() 2040 elf_flagelf (unstripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections() 2205 elf_flagelf (outelf, ELF_C_SET, ELF_F_LAYOUT); in handle_file()
|
H A D | elfcompress.c | 1256 elf_flagelf (elfnew, ELF_C_SET, ((layout ? ELF_F_LAYOUT : 0) in process_file()
|
H A D | strip.c | 2570 elf_flagelf (newelf, ELF_C_SET, in handle_elf()
|
Completed in 14 milliseconds