Home
last modified time | relevance | path

Searched refs:ELF_T_BYTE (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c57 return (ELF_T_BYTE); in _libelf_xlate_shtype()
63 return (ELF_T_BYTE); in _libelf_xlate_shtype()
69 return (ELF_T_BYTE); in _libelf_xlate_shtype()
75 return (ELF_T_BYTE); in _libelf_xlate_shtype()
100 return (ELF_T_BYTE); in _libelf_xlate_shtype()
H A Delf_strptr.c77 if (d->d_type != ELF_T_BYTE) { in elf_strptr()
99 if (d->d_type != ELF_T_BYTE) { in elf_strptr()
H A Dlibelf_align.c63 [ELF_T_BYTE] = { .a32 = 1, .a64 = 1 },
102 [ELF_T_BYTE] = FALIGN(1,1),
H A Delf_data.c201 d->d_data.d_type = ELF_T_BYTE; in elf_newdata()
274 d->d_data.d_type = ELF_T_BYTE; in elf_rawdata()
H A Dlibelf.h55 ELF_T_BYTE, enumerator
H A Dlibelf_convert.m4705 * Sections of type ELF_T_BYTE are never byteswapped, consequently a
1058 [ELF_T_BYTE] = {
H A Delf_update.c786 assert(d->d_type == ELF_T_BYTE); in _libelf_write_scn()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dbinary.c205 off, SHT_PROGBITS, ELF_T_BYTE, SHF_ALLOC | SHF_WRITE, 1, 0, 1); in create_elf_from_binary()
H A Dsymbols.c822 SHT_STRTAB, ELF_T_BYTE, 0, 1, 0, 0); in create_external_symtab()
1093 lstdata->d_type = ELF_T_BYTE; in create_symtab_data()
1104 gstdata->d_type = ELF_T_BYTE; in create_symtab_data()
H A Dsections.c879 od->d_type = ELF_T_BYTE; in pad_section()
1387 sa->size, off, stype, ELF_T_BYTE, 0, 1, 0, 0); in insert_sections()
1551 data->d_type = ELF_T_BYTE; in set_shstrtab()
H A Dascii.c647 SHT_PROGBITS, ELF_T_BYTE, SHF_ALLOC | SHF_WRITE, 1, addr, 0)); in new_data_section()