Home
last modified time | relevance | path

Searched refs:ELF_C_NULL (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/libelf/
Delf_next.c37 return ELF_C_NULL;
50 return ELF_C_NULL;
Delf_update.c101 if (cmd != ELF_C_NULL
Dlibelf.h71 ELF_C_NULL, /* Nothing, terminate, or compute only. */ enumerator
Delf_begin.c1005 case ELF_C_NULL:
/external/elfutils/tests/
Dupdate2.c97 if (elf_update (elf, ELF_C_NULL) < 0) in main()
Dupdate3.c146 if (elf_update (elf, ELF_C_NULL) < 0) in main()
Dupdate4.c299 if (elf_update (elf, ELF_C_NULL) < 0) in main()
/external/elfutils/
DTODO16 ELF_C_NULL call but not if the user prepared the data herself
/external/elfutils/src/
Dldgeneric.c5595 if (elf_update (ld_state.outelf, ELF_C_NULL) == -1) in ld_generic_create_outfile()